summaryrefslogtreecommitdiffstats
path: root/include/utmp.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/utmp.h
parent3c7e2f54595d33d97e6d59b107e9d7d28d4c9647 (diff)
downloadFreeBSD-src-86907d3e57b7292b7628f44459a0b521163899f5.zip
FreeBSD-src-86907d3e57b7292b7628f44459a0b521163899f5.tar.gz
improve comments for UT_NAMESIZE
Diffstat (limited to 'include/utmp.h')
-rw-r--r--include/utmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/utmp.h b/include/utmp.h
index 15c4e4f..74df997 100644
--- a/include/utmp.h
+++ b/include/utmp.h
@@ -36,6 +36,7 @@
* SUCH DAMAGE.
*
* @(#)utmp.h 8.2 (Berkeley) 1/21/94
+ * $Id$
*/
#ifndef _UTMP_H_
@@ -45,7 +46,7 @@
#define _PATH_WTMP "/var/log/wtmp"
#define _PATH_LASTLOG "/var/log/lastlog"
-#define UT_NAMESIZE 8
+#define UT_NAMESIZE 8 /* see MAXLOGNAME in <sys/param.h> */
#define UT_LINESIZE 8
#define UT_HOSTSIZE 16
OpenPOWER on IntegriCloud