patch-2.1.8 linux/include/linux/limits.h
Next file: linux/include/linux/locks.h
Previous file: linux/include/linux/keyboard.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Nov 8 15:36:54 1996
- Orig file:
v2.1.7/linux/include/linux/limits.h
- Orig date:
Wed Jul 17 15:10:03 1996
diff -u --recursive --new-file v2.1.7/linux/include/linux/limits.h linux/include/linux/limits.h
@@ -11,7 +11,7 @@
#define MAX_CANON 255 /* size of the canonical input queue */
#define MAX_INPUT 255 /* size of the type-ahead buffer */
#define NAME_MAX 255 /* # chars in a file name */
-#define PATH_MAX 1024 /* # chars in a path name */
+#define PATH_MAX 4095 /* # chars in a path name */
#define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov