patch-2.4.19 linux-2.4.19/include/asm-mips/errno.h

Next file: linux-2.4.19/include/asm-mips/fcntl.h
Previous file: linux-2.4.19/include/asm-mips/elf.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-mips/errno.h linux-2.4.19/include/asm-mips/errno.h
@@ -17,7 +17,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 */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)