summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-08-06 19:35:40 +0000
committered <ed@FreeBSD.org>2010-08-06 19:35:40 +0000
commit933d2e8e14eb1f2362851f6c4d3e606ece9632ba (patch)
treec776f5d88c8ca01a36b42bf685a2b68d88123b25 /include
parentc35d47a15b656dc87986346d8ed7ab989c3a0c56 (diff)
downloadFreeBSD-src-933d2e8e14eb1f2362851f6c4d3e606ece9632ba.zip
FreeBSD-src-933d2e8e14eb1f2362851f6c4d3e606ece9632ba.tar.gz
Remove stale reference to UT_NAMESIZE from <stdio.h>.
Spotted by: bde@
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 5ff3d8e..ea3dea8e 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 <utmp.h> */
-#define L_cuserid 17 /* legacy */
+#define L_cuserid 17 /* size for cuserid(3); MAXLOGNAME, legacy */
#endif
#if __POSIX_VISIBLE
OpenPOWER on IntegriCloud