As pciutils-dev include/pci/types.h now includes a typedef for u64, this
hunk of the Debian-specific patch needs to be dropped.

--- efibootmgr-0.5.3.orig/src/lib/efi.c
+++ efibootmgr-0.5.3/src/lib/efi.c
@@ -18,6 +18,10 @@
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307  USA
  */

+#define _FILE_OFFSET_BITS 64
+
+typedef unsigned long long u64;       /* hack to allow include of
ethtool.h */
+
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>



Thanks,
Matt

--
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com

Reply via email to