]> Zhao Yanbai Git Server - minix.git/commitdiff
out-of-date comment fixed
authorBen Gras <ben@minix3.org>
Mon, 14 Nov 2005 16:35:32 +0000 (16:35 +0000)
committerBen Gras <ben@minix3.org>
Mon, 14 Nov 2005 16:35:32 +0000 (16:35 +0000)
include/limits.h

index 55799f24ccdccaac11c135da0faa09de99a0bff1..ad261aecbfdde585320bf5444f250105c10462b9 100755 (executable)
@@ -47,7 +47,7 @@
 #define _POSIX_LINK_MAX      8 /* a file may have 8 links */
 #define _POSIX_MAX_CANON   255 /* size of the canonical input queue */
 #define _POSIX_MAX_INPUT   255 /* you can type 255 chars ahead */
-#define _POSIX_NAME_MAX DIRSIZ /* a file name may have 14 chars */
+#define _POSIX_NAME_MAX DIRSIZ /* max. file name length */
 #define _POSIX_NGROUPS_MAX   0 /* supplementary group IDs are optional */
 #define _POSIX_OPEN_MAX     16 /* a process may have 16 files open */
 #define _POSIX_PATH_MAX    255 /* a pathname may contain 255 chars */