Module Name: src
Committed By: dholland
Date: Fri Dec 7 07:06:39 UTC 2012
Modified Files:
src/sys/sys: syslimits.h
Log Message:
It is MAXNAMLEN, not MAXPATHLEN, that NAME_MAX has to be the same as.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/sys/syslimits.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/syslimits.h
diff -u src/sys/sys/syslimits.h:1.26 src/sys/sys/syslimits.h:1.27
--- src/sys/sys/syslimits.h:1.26 Tue Sep 27 01:51:42 2011
+++ src/sys/sys/syslimits.h Fri Dec 7 07:06:39 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: syslimits.h,v 1.26 2011/09/27 01:51:42 christos Exp $ */
+/* $NetBSD: syslimits.h,v 1.27 2012/12/07 07:06:39 dholland Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -47,7 +47,7 @@
#define MAX_CANON 255 /* max bytes in term canon input line */
#define MAX_INPUT 255 /* max bytes in terminal input */
#define NAME_MAX 511 /* max bytes in a file name, must be */
- /* kept in sync with MAXPATHLEN */
+ /* kept in sync with MAXNAMLEN */
#define NGROUPS_MAX 16 /* max supplemental group id's */
#define UID_MAX 2147483647U /* max value for a uid_t (2^31-2) */
#ifndef OPEN_MAX