aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2008-03-26 22:57:25 +0000
committerMichael Brown <mcb30@etherboot.org>2008-03-26 22:57:25 +0000
commit4b267ed71362957291272720395ff289d4c4f4e0 (patch)
tree6d8d66877481bbbf79b478d22588e98b298c5ec6 /src/include/errno.h
parentd810dc5be24d0d5aa63a90c710292772f7495824 (diff)
downloadipxe-4b267ed71362957291272720395ff289d4c4f4e0.tar.gz
[libc] Whitespace cleanup in errno.h
Diffstat (limited to 'src/include/errno.h')
-rw-r--r--src/include/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/errno.h b/src/include/errno.h
index d23b93ee0..58dff1fda 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -449,7 +449,7 @@ extern char missing_errfile_declaration[] __attribute__ (( deprecated ));
#define ETXTBSY ( ERRFILE | PXENV_STATUS_FAILURE | 0x4d000000 )
/** Operation would block (different from EAGAIN!) */
-#define EWOULDBLOCK ( ERRFILE | PXENV_STATUS_TFTP_OPEN | 0x4e000000 )
+#define EWOULDBLOCK ( ERRFILE | PXENV_STATUS_TFTP_OPEN | 0x4e000000 )
/** Improper link */
#define EXDEV ( ERRFILE | PXENV_STATUS_FAILURE | 0x4f000000 )