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/hunt.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hunt/huntd/hunt.h') diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h index b94cdc20..ab2dd56e 100644 --- a/hunt/huntd/hunt.h +++ b/hunt/huntd/hunt.h @@ -1,4 +1,4 @@ -/* $NetBSD: hunt.h,v 1.27 2014/03/29 22:29:55 dholland Exp $ */ +/* $NetBSD: hunt.h,v 1.28 2014/03/30 00:26:58 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. @@ -145,7 +145,8 @@ struct regen_def { extern char Buf[BUFSIZ], Maze[HEIGHT][WIDTH2], Orig_maze[HEIGHT][WIDTH2]; -extern int Nplayer, Socket; +extern int Nplayer; +extern int huntsock; extern struct pollfd fdset[]; extern int See_over[NASCII]; -- cgit v1.2.3