aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-12-04 11:31:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-12-04 11:31:14 +0000
commit96b2533ed162f5627e93e30b92fb80cc11cb660e (patch)
tree482b2b2b8edbe59f1c0e183f8a5e9c656f39a111 /include
parentb96aebd58586b7184e11e6a8fd9d331981314853 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/utmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/utmp.h b/include/utmp.h
index 74df997334b10..d1007fb5369fd 100644
--- a/include/utmp.h
+++ b/include/utmp.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)utmp.h 8.2 (Berkeley) 1/21/94
- * $Id$
+ * $Id: utmp.h,v 1.2 1996/10/27 18:13:35 wosch Exp $
*/
#ifndef _UTMP_H_
@@ -46,7 +46,7 @@
#define _PATH_WTMP "/var/log/wtmp"
#define _PATH_LASTLOG "/var/log/lastlog"
-#define UT_NAMESIZE 8 /* see MAXLOGNAME in <sys/param.h> */
+#define UT_NAMESIZE 16 /* see MAXLOGNAME in <sys/param.h> */
#define UT_LINESIZE 8
#define UT_HOSTSIZE 16