david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Remap EBADF to PXENV_STATUS_TFTP_FILE_NOT_FOUND; the only user is

posix_io.c and this PXE error makes more sense in this context.
This commit is contained in:
Michael Brown 2007-07-05 18:47:46 +01:00
parent 1567b69895
commit b3ca73c303
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
#define EALREADY ( PXENV_STATUS_UDP_OPEN | 0x0700 )
/** Bad file descriptor */
#define EBADF ( PXENV_STATUS_UDP_CLOSED | 0x0800 )
#define EBADF ( PXENV_STATUS_TFTP_CLOSED | 0x0800 )
/** Bad message */
#define EBADMSG ( PXENV_STATUS_FAILURE | 0x0900 )