diff options
| author | dholland <dholland@NetBSD.org> | 2014-03-30 00:26:58 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2014-03-30 00:26:58 +0000 |
| commit | a91067b8ba82b43d07c7888f04b5d641a509561c (patch) | |
| tree | 9347b897bfb8c62636431997f8d6b6fd4ed04dd6 /hunt/huntd/extern.c | |
| parent | e53e70033dc782eccd9e460365fc696efb234a8d (diff) | |
| download | bsdgames-darwin-a91067b8ba82b43d07c7888f04b5d641a509561c.tar.gz bsdgames-darwin-a91067b8ba82b43d07c7888f04b5d641a509561c.zip | |
Clean up the names of the various pieces of socket apparatus.
Systematic naming is easier to follow...
Diffstat (limited to 'hunt/huntd/extern.c')
| -rw-r--r-- | hunt/huntd/extern.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hunt/huntd/extern.c b/hunt/huntd/extern.c index 0c14090d..6add16ea 100644 --- a/hunt/huntd/extern.c +++ b/hunt/huntd/extern.c @@ -1,4 +1,4 @@ -/* $NetBSD: extern.c,v 1.9 2014/03/29 21:55:59 dholland Exp $ */ +/* $NetBSD: extern.c,v 1.10 2014/03/30 00:26:58 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -32,7 +32,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: extern.c,v 1.9 2014/03/29 21:55:59 dholland Exp $"); +__RCSID("$NetBSD: extern.c,v 1.10 2014/03/30 00:26:58 dholland Exp $"); #endif /* not lint */ #include "hunt.h" @@ -47,7 +47,6 @@ char Orig_maze[HEIGHT][WIDTH2]; /* the original maze */ struct pollfd fdset[3+MAXPL+MAXMON]; int Nplayer = 0; /* number of players */ -int Socket; /* main socket */ int See_over[NASCII]; /* lookup table for determining whether * character represents "transparent" * item */ |
