summaryrefslogtreecommitdiff
path: root/memdisk
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2011-02-07 18:53:46 -0500
committerGene Cumm <gene.cumm@gmail.com>2011-02-07 18:53:46 -0500
commitfac8edfb3d4e80eaf23c2bab3ff47d59ae472934 (patch)
tree3d05030875260f913be6b01dcab74c2744957136 /memdisk
parent9db4955a474ef60e9f405fad37aa3bf9ab358c7f (diff)
downloadsyslinux-fac8edfb3d4e80eaf23c2bab3ff47d59ae472934.tar.gz
memdisk: Add strtoull from libcom32 by #include
Diffstat (limited to 'memdisk')
-rw-r--r--memdisk/Makefile1
-rw-r--r--memdisk/ctypes.c1
-rw-r--r--memdisk/strntoumax.c1
-rw-r--r--memdisk/strtoull.c1
-rw-r--r--memdisk/strtox.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/memdisk/Makefile b/memdisk/Makefile
index d2f20c51..0f519b20 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 00000000..f87ca055
--- /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 00000000..6fa2f357
--- /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 00000000..e2425df3
--- /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 00000000..445681f4
--- /dev/null
+++ b/memdisk/strtox.c
@@ -0,0 +1 @@
+#include "../com32/lib/strtox.c"