diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2010-02-24 14:18:49 -0800 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-24 14:18:49 -0800 |
| commit | 8a4b35805fdc6651d288a3e1c2d98aa504cb9c05 (patch) | |
| tree | 37c4bdef99996ab681e03c7a3f407563a9ff35d7 /com32/include/syslinux | |
| parent | 3ae1da98a68d2f719ce17766550f7e9682ba8ae7 (diff) | |
| download | syslinux-4.00-pre25.tar.gz | |
com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25
Replace hard-coded bounce buffer uses in com32/lib with lmalloc/lfree.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/include/syslinux')
| -rw-r--r-- | com32/include/syslinux/boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/include/syslinux/boot.h b/com32/include/syslinux/boot.h index 87c05e99..21bea01a 100644 --- a/com32/include/syslinux/boot.h +++ b/com32/include/syslinux/boot.h @@ -37,7 +37,7 @@ #include <stdint.h> #include <klibc/compiler.h> -__noreturn syslinux_run_command(const char *); +int syslinux_run_command(const char *); __noreturn syslinux_run_default(void); void syslinux_local_boot(uint16_t flags); |
