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/init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'battlestar/init.c') diff --git a/battlestar/init.c b/battlestar/init.c index 94d87309..003e0cc8 100644 --- a/battlestar/init.c +++ b/battlestar/init.c @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.9 1999/07/28 01:45:43 hubertf Exp $ */ +/* $NetBSD: init.c,v 1.10 1999/09/13 17:18:57 jsm Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)init.c 8.4 (Berkeley) 4/30/95"; #else -__RCSID("$NetBSD: init.c,v 1.9 1999/07/28 01:45:43 hubertf Exp $"); +__RCSID("$NetBSD: init.c,v 1.10 1999/09/13 17:18:57 jsm Exp $"); #endif #endif /* not lint */ @@ -56,7 +56,7 @@ initialize(filename) puts("Admiral D.W. Riggle\n"); location = dayfile; srand(getpid()); - getutmp(uname); + getutmp(username); wordinit(); if (filename == NULL) { direction = NORTH; @@ -73,7 +73,7 @@ initialize(filename) restore(savefile); free(savefile); } - wiz = wizard(uname); + wiz = wizard(username); signal(SIGINT, diesig); } -- cgit v1.2.3-56-ge451