Import new gnulib.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-11 21:12:46 +02:00
parent 93cd84df63
commit 053cfcddf1
255 changed files with 12578 additions and 4948 deletions

View file

@ -18,6 +18,7 @@
*/
#include <config.h>
#include <config-util.h>
#define _GNU_SOURCE 1
#include <stdlib.h>

View file

@ -0,0 +1,2 @@
#include <config-util.h>
#include "../../gnulib/error.c"

View file

@ -17,6 +17,8 @@
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config-util.h>
#include <grub/disk.h>
#include <grub/partition.h>
#include <grub/msdos_partition.h>

View file

@ -16,6 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config-util.h>
#define _BSD_SOURCE
#include <grub/fs.h>
#include <grub/file.h>

View file

@ -16,6 +16,9 @@
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
#include <config-util.h>
#include <time.h>
#include <stdio.h>
#include <stdlib.h>