aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-12-20 03:40:48 +0000
committerMichael Brown <mcb30@etherboot.org>2006-12-20 03:40:48 +0000
commit84a2b886e16644f4fca157fcdb089b1994a8848c (patch)
tree2c5df46ca3c103884ef65b6dea2809f79cf60700 /src/include/errno.h
parente5f0898f38549cfb13d5e32b8909bafa0d46ae4b (diff)
downloadipxe-84a2b886e16644f4fca157fcdb089b1994a8848c.tar.gz
Split error-message table portions of errno.h out to gpxe/errortab.h
Diffstat (limited to 'src/include/errno.h')
-rw-r--r--src/include/errno.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/errno.h b/src/include/errno.h
index 68966bd96..43e207636 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -170,17 +170,6 @@
#define ETIMEDOUT 0xf6 /**< Connection timed out */
#define EWOULDBLOCK EAGAIN /**< Resource temporarily unavailable */
-/* Data structures and declarations */
-
-#include <gpxe/tables.h>
-
extern int errno;
-struct errortab {
- int errno;
- const char *text;
-};
-
-#define __errortab __table(errortab,01)
-
#endif /* ERRNO_H */