From 6a1460f5926ec8aaa136e3e8c39399db281f0dfb Mon Sep 17 00:00:00 2001 From: jsm Date: Mon, 13 Sep 1999 17:18:56 +0000 Subject: Fix uses of names of library functions for other purposes. --- battlestar/extern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'battlestar/extern.h') 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; -- cgit v1.2.3