diff options
author | Pierre-Alexandre Meyer <pierre@mouraf.org> | 2009-08-22 10:34:40 -0700 |
---|---|---|
committer | Pierre-Alexandre Meyer <pierre@mouraf.org> | 2009-08-22 10:34:40 -0700 |
commit | 6bc9a8305bca8c933da90481f536407b733b806f (patch) | |
tree | 9badd4478a322ed163d7cfb70ee91fc134d4c98b /com32/gplinclude | |
parent | b3514f90bf55e5a1f277cbcf83afa509b9d13acc (diff) | |
download | syslinux-6bc9a8305bca8c933da90481f536407b733b806f.tar.gz syslinux-6bc9a8305bca8c933da90481f536407b733b806f.tar.xz syslinux-6bc9a8305bca8c933da90481f536407b733b806f.zip |
hdt: make get_error behaves like perror
This simplifies buffer handling.
Misc.: clean some old error code handling.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/gplinclude')
-rw-r--r-- | com32/gplinclude/disk/errno_disk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/com32/gplinclude/disk/errno_disk.h b/com32/gplinclude/disk/errno_disk.h index 055eaf58..60b511fc 100644 --- a/com32/gplinclude/disk/errno_disk.h +++ b/com32/gplinclude/disk/errno_disk.h @@ -10,9 +10,6 @@ #ifndef _ERRNO_DISK_H #define _ERRNO_DISK_H -/* Max length of the error string */ -#define MAX_DISK_ERRNO 9 - extern int errno_disk; /* Prefix with ED to avoid confusion with errno */ |