summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-03-02 13:41:23 +0000
committerache <ache@FreeBSD.org>1997-03-02 13:41:23 +0000
commit56a4d1b13d3e25f568af21419fdc208f5a688e80 (patch)
treeab964e8a78b38acce179ae8e78d76fbb80c212ec /include
parent76342d05f469d8af1e6c85d915ca269f9d5429af (diff)
downloadFreeBSD-src-56a4d1b13d3e25f568af21419fdc208f5a688e80.zip
FreeBSD-src-56a4d1b13d3e25f568af21419fdc208f5a688e80.tar.gz
increase L_cuserid because UT_NAMESIZE increased
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index a238301..fe11fb5 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)stdio.h 8.4 (Berkeley) 1/4/94
- * $Id$
+ * $Id: stdio.h,v 1.10 1997/02/23 09:17:15 peter Exp $
*/
#ifndef _STDIO_H_
@@ -270,7 +270,7 @@ __END_DECLS
*/
#ifndef _ANSI_SOURCE
/* size for cuserid(3); UT_NAMESIZE + 1, see <utmp.h> */
-#define L_cuserid 9
+#define L_cuserid 17
#define L_ctermid 1024 /* size for ctermid(3); PATH_MAX */
OpenPOWER on IntegriCloud