Skip to content

Commit

Permalink
memdisk: Add strtoull from libcom32 by #include
Browse files Browse the repository at this point in the history
  • Loading branch information
geneC committed Feb 7, 2011
1 parent 9db4955 commit fac8edf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions memdisk/Makefile
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions memdisk/ctypes.c
@@ -0,0 +1 @@
#include "../com32/lib/ctypes.c"
1 change: 1 addition & 0 deletions memdisk/strntoumax.c
@@ -0,0 +1 @@
#include "../com32/lib/strntoumax.c"
1 change: 1 addition & 0 deletions memdisk/strtoull.c
@@ -0,0 +1 @@
#include "../com32/lib/strtoull.c"
1 change: 1 addition & 0 deletions memdisk/strtox.c
@@ -0,0 +1 @@
#include "../com32/lib/strtox.c"

0 comments on commit fac8edf

Please sign in to comment.