From 84a2b886e16644f4fca157fcdb089b1994a8848c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 20 Dec 2006 03:40:48 +0000 Subject: Split error-message table portions of errno.h out to gpxe/errortab.h --- src/include/errno.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/include/errno.h') 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 - extern int errno; -struct errortab { - int errno; - const char *text; -}; - -#define __errortab __table(errortab,01) - #endif /* ERRNO_H */ -- cgit