]> git.ipfire.org Git - thirdparty/grub.git/blobdiff - util/i386/pc/biosdisk.c
2003-10-27 Marco Gerards <metgerards@student.han.nl>
[thirdparty/grub.git] / util / i386 / pc / biosdisk.c
index 8d5d8d2e3e4adc4907a57900cc0f36092666d28b..c0c0f4e790aa86f65313b93935d402f9044e96bd 100644 (file)
@@ -3,6 +3,7 @@
  *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
  *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
  *  Copyright (C) 2002 Yoshinori K. Okuji <okuji@enbug.org>
+ *  Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
  *
  *  PUPA is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
 #include <pupa/err.h>
 #include <pupa/util/misc.h>
 
-/* Try to use glibc's transparant LFS support. */
-#define _LARGEFILE_SOURCE       1
-/* lseek becomes synonymous with lseek64.  */
-#define _FILE_OFFSET_BITS       64
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>