mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-23 19:51:46 +00:00
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:
parent
1567b69895
commit
b3ca73c303
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user