svn commit: r210957 - head/include

Ed Schouten ed at FreeBSD.org
Fri Aug 6 19:35:40 UTC 2010


Author: ed
Date: Fri Aug  6 19:35:40 2010
New Revision: 210957
URL: http://svn.freebsd.org/changeset/base/210957

Log:
  Remove stale reference to UT_NAMESIZE from <stdio.h>.
  
  Spotted by:	bde@

Modified:
  head/include/stdio.h

Modified: head/include/stdio.h
==============================================================================
--- head/include/stdio.h	Fri Aug  6 19:22:42 2010	(r210956)
+++ head/include/stdio.h	Fri Aug  6 19:35:40 2010	(r210957)
@@ -285,8 +285,7 @@ int	 vsscanf(const char * __restrict, co
  * Functions defined in all versions of POSIX 1003.1.
  */
 #if __BSD_VISIBLE || __POSIX_VISIBLE <= 199506
-/* size for cuserid(3); UT_NAMESIZE + 1, see <utmp.h> */
-#define	L_cuserid	17	/* legacy */
+#define	L_cuserid	17	/* size for cuserid(3); MAXLOGNAME, legacy */
 #endif
 
 #if __POSIX_VISIBLE


More information about the svn-src-head mailing list