From cdd337c2debc396cdddd4a244510dcc07e095442 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Fri, 6 Aug 2010 19:35:40 +0000 Subject: [PATCH] Remove stale reference to UT_NAMESIZE from . Spotted by: bde@ --- include/stdio.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/stdio.h b/include/stdio.h index 5ff3d8e1fa98..ea3dea8e1dd9 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -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 */ -#define L_cuserid 17 /* legacy */ +#define L_cuserid 17 /* size for cuserid(3); MAXLOGNAME, legacy */ #endif #if __POSIX_VISIBLE