svn commit: r209988 - head/sys/sys

Ed Schouten ed at FreeBSD.org
Tue Jul 13 10:32:44 UTC 2010


Author: ed
Date: Tue Jul 13 10:32:43 2010
New Revision: 209988
URL: http://svn.freebsd.org/changeset/base/209988

Log:
  UT_NAMESIZE is no more.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Tue Jul 13 09:17:30 2010	(r209987)
+++ head/sys/sys/param.h	Tue Jul 13 10:32:43 2010	(r209988)
@@ -69,7 +69,6 @@
  * Redefined constants are from POSIX 1003.1 limits file.
  *
  * MAXCOMLEN should be >= sizeof(ac_comm) (see <acct.h>)
- * MAXLOGNAME should be == UT_NAMESIZE+1 (see <utmp.h>)
  */
 #include <sys/syslimits.h>
 


More information about the svn-src-all mailing list