[syslinux:master] memdisk: Add strtoull from libcom32 by #include

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Wed Mar 2 15:12:45 PST 2011


Commit-ID:  fac8edfb3d4e80eaf23c2bab3ff47d59ae472934
Gitweb:     http://syslinux.zytor.com/commit/fac8edfb3d4e80eaf23c2bab3ff47d59ae472934
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Mon, 7 Feb 2011 18:53:46 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Mon, 7 Feb 2011 18:53:46 -0500

memdisk: Add strtoull from libcom32 by #include



---
 memdisk/Makefile     |    1 +
 memdisk/ctypes.c     |    1 +
 memdisk/strntoumax.c |    1 +
 memdisk/strtoull.c   |    1 +
 memdisk/strtox.c     |    1 +
 5 files changed, 5 insertions(+), 0 deletions(-)

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"



More information about the Syslinux-commits mailing list