...so this change makes it way easier to grep...
Pavel
--- clean.2.5/include/asm-i386/errno.h Fri Feb 9 20:40:02 2001
+++ linux/include/asm-i386/errno.h Thu Oct 25 13:24:35 2001
@@ -7,7 +7,7 @@
#define EINTR 4 /* Interrupted system call */
#define EIO 5 /* I/O error */
#define ENXIO 6 /* No such device or address */
-#define E2BIG 7 /* Arg list too long */
+#define E2BIG 7 /* Argument list too long */
#define ENOEXEC 8 /* Exec format error */
#define EBADF 9 /* Bad file number */
#define ECHILD 10 /* No child processes */
-- (about SSSCA) "I don't say this lightly. However, I really think that the U.S. no longer is classifiable as a democracy, but rather as a plutocracy." --hpa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/