Move the loadfile() routine into the syslinux/ namespace, and use it. syslinux-3.40-pre13
authorH. Peter Anvin <hpa@zytor.com>
Thu, 15 Mar 2007 02:22:07 +0000 (19:22 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 15 Mar 2007 02:22:07 +0000 (19:22 -0700)
commitab6acefe649751b072fd9be21ff5de7733c1370e
tree7abe6b36fd8774cb758421bdcce6949b1782a5f7
parent37b99c20bf10933524f3b8c1ec04215d5c94c18d
Move the loadfile() routine into the syslinux/ namespace, and use it.

- Move the loadfile() routine into <syslinux/loadfile.h>.
- Actually use the loadfile() routine.
com32/libutil/Makefile
com32/libutil/include/syslinux/loadfile.h [moved from com32/libutil/include/loadfile.h with 100% similarity]
com32/libutil/syslinux/loadfile.c [moved from com32/libutil/loadfile.c with 97% similarity]
com32/modules/elf.c