summaryrefslogtreecommitdiffstats
path: root/battlestar/extern.h
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>1999-09-13 17:18:56 +0000
committerjsm <jsm@NetBSD.org>1999-09-13 17:18:56 +0000
commit6a1460f5926ec8aaa136e3e8c39399db281f0dfb (patch)
treec4d0539a53925d4e7333ce128e158d22574927c8 /battlestar/extern.h
parentcfadcf734bf3b4a80ca74925211aed5e9c9563f7 (diff)
downloadbsdgames-darwin-6a1460f5926ec8aaa136e3e8c39399db281f0dfb.tar.gz
bsdgames-darwin-6a1460f5926ec8aaa136e3e8c39399db281f0dfb.tar.zst
bsdgames-darwin-6a1460f5926ec8aaa136e3e8c39399db281f0dfb.zip
Fix uses of names of library functions for other purposes.
Diffstat (limited to 'battlestar/extern.h')
-rw-r--r--battlestar/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/battlestar/extern.h b/battlestar/extern.h
index a7f02261..f431dd46 100644
--- a/battlestar/extern.h
+++ b/battlestar/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.12 1999/07/28 01:45:42 hubertf Exp $ */
+/* $NetBSD: extern.h,v 1.13 1999/09/13 17:18:57 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -283,7 +283,7 @@ unsigned int wear[NUMOFWORDS];
char beenthere[NUMOFROOMS + 1];
char injuries[NUMOFINJURIES];
-char uname[9];
+char username[9];
struct wlist {
const char *string;