summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-10-27 18:13:35 +0000
committerwosch <wosch@FreeBSD.org>1996-10-27 18:13:35 +0000
commit86907d3e57b7292b7628f44459a0b521163899f5 (patch)
treed5c75bba488725560df33c6a040ea4dee2859a05 /include/stdio.h
parent3c7e2f54595d33d97e6d59b107e9d7d28d4c9647 (diff)
downloadFreeBSD-src-86907d3e57b7292b7628f44459a0b521163899f5.zip
FreeBSD-src-86907d3e57b7292b7628f44459a0b521163899f5.tar.gz
improve comments for UT_NAMESIZE
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 71d23d4..a238301 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)stdio.h 8.4 (Berkeley) 1/4/94
+ * $Id$
*/
#ifndef _STDIO_H_
@@ -268,8 +269,10 @@ __END_DECLS
* Functions defined in POSIX 1003.1.
*/
#ifndef _ANSI_SOURCE
-#define L_cuserid 9 /* size for cuserid(); UT_NAMESIZE + 1 */
-#define L_ctermid 1024 /* size for ctermid(); PATH_MAX */
+/* size for cuserid(3); UT_NAMESIZE + 1, see <utmp.h> */
+#define L_cuserid 9
+
+#define L_ctermid 1024 /* size for ctermid(3); PATH_MAX */
__BEGIN_DECLS
char *ctermid __P((char *));
OpenPOWER on IntegriCloud