From a91067b8ba82b43d07c7888f04b5d641a509561c Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 30 Mar 2014 00:26:58 +0000 Subject: Clean up the names of the various pieces of socket apparatus. Systematic naming is easier to follow... --- hunt/huntd/extern.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hunt/huntd/extern.c') 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 #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 */ -- cgit v1.2.3