From: Ben Gras Date: Mon, 14 Nov 2005 16:35:32 +0000 (+0000) Subject: out-of-date comment fixed X-Git-Tag: v3.1.2a~496 X-Git-Url: http://zhaoyanbai.com/repos/nsupdate.html?a=commitdiff_plain;h=267c01b4939581843377b1486fa103fa68fbbc0e;p=minix.git out-of-date comment fixed --- diff --git a/include/limits.h b/include/limits.h index 55799f24c..ad261aecb 100755 --- a/include/limits.h +++ b/include/limits.h @@ -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 */