Module Name: src
Committed By: christos
Date: Tue Sep 27 01:51:42 UTC 2011
Modified Files:
src/sys/sys: syslimits.h
Log Message:
fix comment.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/sys/sys/syslimits.h:1.26
--- src/sys/sys/syslimits.h:1.25 Mon Sep 26 21:40:32 2011
+++ src/sys/sys/syslimits.h Mon Sep 26 21:51:42 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: syslimits.h,v 1.25 2011/09/27 01:40:32 christos Exp $ */
+/* $NetBSD: syslimits.h,v 1.26 2011/09/27 01:51:42 christos Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -46,7 +46,7 @@
#define LINK_MAX 32767 /* max file link count */
#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
+#define NAME_MAX 511 /* max bytes in a file name, must be */
/* kept in sync with MAXPATHLEN */
#define NGROUPS_MAX 16 /* max supplemental group id's */
#define UID_MAX 2147483647U /* max value for a uid_t (2^31-2) */