http://git.etherboot.org
/
people
/
indolent
/
gpxe.git
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1567b69
)
Remap EBADF to PXENV_STATUS_TFTP_FILE_NOT_FOUND; the only user is
author
Michael Brown
<mcb30@etherboot.org>
Thu, 5 Jul 2007 17:47:46 +0000
(18:47 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 5 Jul 2007 17:47:46 +0000
(18:47 +0100)
posix_io.c and this PXE error makes more sense in this context.
src/include/errno.h
patch
|
blob
|
history
diff --git
a/src/include/errno.h
b/src/include/errno.h
index
ec8b755
..
1eb28fb
100644
(file)
--- a/
src/include/errno.h
+++ b/
src/include/errno.h
@@
-202,7
+202,7
@@
#define EALREADY ( PXENV_STATUS_UDP_OPEN | 0x0700 )
/** Bad file descriptor */
-#define EBADF
( PXENV_STATUS_UD
P_CLOSED | 0x0800 )
+#define EBADF
( PXENV_STATUS_TFT
P_CLOSED | 0x0800 )
/** Bad message */
#define EBADMSG ( PXENV_STATUS_FAILURE | 0x0900 )