diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:16:22 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:16:22 -0700 |
commit | 5e6aef0b866b1e5c1c458cc8ca2a52092928fb0d (patch) | |
tree | d88795d0d3aba72776a20bf8ee4c8778815df3d0 /dos/perror.c | |
parent | dcd9ae222c665a56a57a560be62b407a04573e13 (diff) | |
parent | 8833b1c37f7ecfa41e0e2c26e72c2913d5eba969 (diff) | |
download | syslinux-devel-5e6aef0b866b1e5c1c458cc8ca2a52092928fb0d.tar.gz syslinux-devel-5e6aef0b866b1e5c1c458cc8ca2a52092928fb0d.tar.xz syslinux-devel-5e6aef0b866b1e5c1c458cc8ca2a52092928fb0d.zip |
Merge branch 'master' into core32
Conflicts:
com32/include/netinet/in.h
com32/include/sys/cpu.h
dos/argv.c
dos/malloc.c
dos/syslinux.c
extlinux/main.c
libinstaller/setadv.c
libinstaller/syslinux.h
libinstaller/syslxint.h
libinstaller/syslxmod.c
linux/syslinux.c
mtools/syslinux.c
win32/syslinux.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'dos/perror.c')
-rw-r--r-- | dos/perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dos/perror.c b/dos/perror.c index e6e82874..99ab2f81 100644 --- a/dos/perror.c +++ b/dos/perror.c @@ -3,5 +3,5 @@ void perror(const char *msg) { - printf("%s: error %s\n", msg, errno); + printf("%s: error %s\n", msg, errno); } |