]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix
authorBen Gras <ben@minix3.org>
Tue, 1 Nov 2005 13:15:44 +0000 (13:15 +0000)
committerBen Gras <ben@minix3.org>
Tue, 1 Nov 2005 13:15:44 +0000 (13:15 +0000)
include/errno.h

index 4762f3d4e6e8725f63b18696097170d130baf7f7..4c589ff6dc9c241c9062ea100f2af1f7dda2066e 100755 (executable)
@@ -100,7 +100,6 @@ extern int errno;             /* place where the error numbers go */
 #define EADDRNOTAVAIL (_SIGN 71)  /* Can't assign requested address */
 #define EALREADY      (_SIGN 72)  /* Connection already in progress */
 #define EMSGSIZE      (_SIGN 73)  /* Message too long */
-#define ELOOP         (_SIGN 74)  /* Too many levels of symbolic links */
 
 /* The following are not POSIX errors, but they can still happen. 
  * All of these are generated by the kernel and relate to message passing.