summaryrefslogtreecommitdiffstats
path: root/games/battlestar
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-03-03 07:59:54 +0000
committerache <ache@FreeBSD.org>1997-03-03 07:59:54 +0000
commit78407f0914803274187a7a3c3501d8bc38424168 (patch)
tree761cf4aa29834d719912417c68b49b46a2fe7970 /games/battlestar
parent09cbe4801b5c8212020b199ae46964370796cf7e (diff)
downloadFreeBSD-src-78407f0914803274187a7a3c3501d8bc38424168.zip
FreeBSD-src-78407f0914803274187a7a3c3501d8bc38424168.tar.gz
Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL
Diffstat (limited to 'games/battlestar')
-rw-r--r--games/battlestar/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battlestar/externs.h b/games/battlestar/externs.h
index f47ca9f..2d85352 100644
--- a/games/battlestar/externs.h
+++ b/games/battlestar/externs.h
@@ -279,7 +279,7 @@ int wear[NUMOFWORDS];
char beenthere[NUMOFROOMS+1];
char injuries[NUMOFINJURIES];
-char uname[MAXLOGNAME+1];
+char uname[MAXLOGNAME];
struct wlist {
char *string;
OpenPOWER on IntegriCloud