summaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-15 18:31:35 +0100
committerMichael Brown2007-01-15 18:31:35 +0100
commit9af12d5fba1483ec5e95ac302b3f5c5aeb3662c1 (patch)
tree3e97aec4cb3500383fdfda5e6027be5411c972a1 /src/include/errno.h
parentUpdate TFTP and FTP to take the same temporary URI scheme as HTTP (diff)
downloadipxe-9af12d5fba1483ec5e95ac302b3f5c5aeb3662c1.tar.gz
ipxe-9af12d5fba1483ec5e95ac302b3f5c5aeb3662c1.tar.xz
ipxe-9af12d5fba1483ec5e95ac302b3f5c5aeb3662c1.zip
A working DNS resolver (not yet tied in to anything)
Diffstat (limited to 'src/include/errno.h')
-rw-r--r--src/include/errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/errno.h b/src/include/errno.h
index 3025fa96..541d9cbd 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -137,6 +137,7 @@
#define EINVAL 0xdd /**< Invalid argument */
#define EIO 0xde /**< Input/output error */
#define EISCONN 0xdf /**< Transport endpoint is already connected */
+#define ELOOP 0xf8 /**< Too many symbolic links */
#define EMFILE 0xe0 /**< Too many open files */
#define EMSGSIZE 0xe1 /**< Message too long */
#define ENAMETOOLONG 0xe2 /**< File name too long */