Date: Fri, 6 Aug 2010 19:35:40 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r210957 - head/include Message-ID: <201008061935.o76JZeaW010956@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008061935.o76JZeaW010956>