Remove stale reference to UT_NAMESIZE from <stdio.h>.

Spotted by:	bde@
This commit is contained in:
Ed Schouten 2010-08-06 19:35:40 +00:00
parent 6c4a79e1b1
commit cdd337c2de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210957

View file

@ -285,8 +285,7 @@ int vsscanf(const char * __restrict, const char * __restrict, __va_list)
* 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