Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys fix comment.



details:   https://anonhg.NetBSD.org/src/rev/d49de7f70517
branches:  trunk
changeset: 769945:d49de7f70517
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Sep 27 01:51:42 2011 +0000

description:
fix comment.

diffstat:

 sys/sys/syslimits.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r adb7b3604086 -r d49de7f70517 sys/sys/syslimits.h
--- a/sys/sys/syslimits.h       Tue Sep 27 01:48:57 2011 +0000
+++ b/sys/sys/syslimits.h       Tue Sep 27 01:51:42 2011 +0000
@@ -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) */



Home | Main Index | Thread Index | Old Index