From: Gene Cumm Date: Mon, 7 Feb 2011 23:53:46 +0000 (-0500) Subject: memdisk: Add strtoull from libcom32 by #include X-Git-Tag: syslinux-4.04-pre10^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fac8edfb3d4e80eaf23c2bab3ff47d59ae472934;p=platform%2Fupstream%2Fsyslinux.git memdisk: Add strtoull from libcom32 by #include --- diff --git a/memdisk/Makefile b/memdisk/Makefile index d2f20c5..0f519b2 100644 --- a/memdisk/Makefile +++ b/memdisk/Makefile @@ -39,6 +39,7 @@ endif OBJS16 = init.o16 init32.o OBJS32 = start32.o setup.o msetup.o e820func.o conio.o memcpy.o memset.o \ memmove.o unzip.o dskprobe.o eltorito.o \ + ctypes.o strntoumax.o strtoull.o \ memdisk_chs_512.o memdisk_edd_512.o \ memdisk_iso_512.o memdisk_iso_2048.o diff --git a/memdisk/ctypes.c b/memdisk/ctypes.c new file mode 100644 index 0000000..f87ca05 --- /dev/null +++ b/memdisk/ctypes.c @@ -0,0 +1 @@ +#include "../com32/lib/ctypes.c" diff --git a/memdisk/strntoumax.c b/memdisk/strntoumax.c new file mode 100644 index 0000000..6fa2f35 --- /dev/null +++ b/memdisk/strntoumax.c @@ -0,0 +1 @@ +#include "../com32/lib/strntoumax.c" diff --git a/memdisk/strtoull.c b/memdisk/strtoull.c new file mode 100644 index 0000000..e2425df --- /dev/null +++ b/memdisk/strtoull.c @@ -0,0 +1 @@ +#include "../com32/lib/strtoull.c" diff --git a/memdisk/strtox.c b/memdisk/strtox.c new file mode 100644 index 0000000..445681f --- /dev/null +++ b/memdisk/strtox.c @@ -0,0 +1 @@ +#include "../com32/lib/strtox.c"