summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/connect.c
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-11 08:13:40 +0000
committerlukem <lukem@NetBSD.org>1997-10-11 08:13:40 +0000
commit00c616df1fcdefe33be74ec3f41f39b0c3852e5c (patch)
tree8187488c95dae0e421541d7cbc113dd3e6a76eac /hunt/hunt/connect.c
parent553d721d7a1deaf8fc7b01155b66150ce13f2783 (diff)
downloadbsdgames-darwin-00c616df1fcdefe33be74ec3f41f39b0c3852e5c.tar.gz
bsdgames-darwin-00c616df1fcdefe33be74ec3f41f39b0c3852e5c.tar.zst
bsdgames-darwin-00c616df1fcdefe33be74ec3f41f39b0c3852e5c.zip
use err/warn instead of perror
Diffstat (limited to 'hunt/hunt/connect.c')
-rw-r--r--hunt/hunt/connect.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/hunt/hunt/connect.c b/hunt/hunt/connect.c
index ae91c2ab..b3fcd7bd 100644
--- a/hunt/hunt/connect.c
+++ b/hunt/hunt/connect.c
@@ -1,4 +1,4 @@
-/* $NetBSD: connect.c,v 1.2 1997/10/10 16:32:23 lukem Exp $ */
+/* $NetBSD: connect.c,v 1.3 1997/10/11 08:13:40 lukem Exp $ */
/*
* Hunt
* Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -7,7 +7,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: connect.c,v 1.2 1997/10/10 16:32:23 lukem Exp $");
+__RCSID("$NetBSD: connect.c,v 1.3 1997/10/11 08:13:40 lukem Exp $");
#endif /* not lint */
# include "hunt.h"
@@ -16,9 +16,9 @@ __RCSID("$NetBSD: connect.c,v 1.2 1997/10/10 16:32:23 lukem Exp $");
void
do_connect(name, team, enter_status)
-char *name;
-char team;
-long enter_status;
+ char *name;
+ char team;
+ long enter_status;
{
static long uid;
static long mode;