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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to