From: Ben Gras Date: Tue, 1 Nov 2005 13:15:44 +0000 (+0000) Subject: Fix X-Git-Tag: v3.1.2a~533 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch03.html?a=commitdiff_plain;h=a3752a3a51d6dc78fe30594e29e36ae37c895ed4;p=minix.git Fix --- diff --git a/include/errno.h b/include/errno.h index 4762f3d4e..4c589ff6d 100755 --- a/include/errno.h +++ b/include/errno.h @@ -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.