Fix building on a 64-bit system without a 32-bit system installed syslinux-3.52 syslinux-3.52-pre10
authorH. Peter Anvin <hpa@zytor.com>
Mon, 24 Sep 2007 21:18:18 +0000 (14:18 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 24 Sep 2007 21:18:18 +0000 (14:18 -0700)
commita81fb89a445ae0dca286c861d8d51f705533df0d
treea8b2ae9b656b482c822fbdf75f0f16c1d43945a7
parent3ac4d898c0dee05c6e2d00e4ecbf208dbd4915e8
Fix building on a 64-bit system without a 32-bit system installed

A bunch of glibc header files were bogusly included.  We should not
depend on having a 32-bit glibc installed, since we don't use it.
15 files changed:
NEWS
com32/include/alloca.h [new file with mode: 0644]
com32/include/endian.h [new file with mode: 0644]
com32/include/klibc/endian.h [new file with mode: 0644]
com32/include/setjmp.h
com32/include/sys/time.h [new file with mode: 0644]
com32/include/time.h
com32/libutil/crypt-md5.c
com32/modules/mboot.c
dos/inttypes.h [new file with mode: 0644]
dos/stdint.h [new file with mode: 0644]
memdisk/Makefile
memdump/argv.c
memdump/inttypes.h [new file with mode: 0644]
memdump/stdint.h [new file with mode: 0644]