diff options
| author | dholland <dholland@NetBSD.org> | 2014-03-29 20:35:30 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2014-03-29 20:35:30 +0000 |
| commit | 01f8a3b22d2905cfc39bd648a290b804ac4f4bb6 (patch) | |
| tree | 53c47bc86e60a880c28ffc84e20832d494032cc9 /hunt/huntd/driver.c | |
| parent | 6160abf7585bddb853ea3abb465bbb7cfff1ddb2 (diff) | |
| download | bsdgames-darwin-01f8a3b22d2905cfc39bd648a290b804ac4f4bb6.tar.gz bsdgames-darwin-01f8a3b22d2905cfc39bd648a290b804ac4f4bb6.zip | |
remove stubbed-out function
Diffstat (limited to 'hunt/huntd/driver.c')
| -rw-r--r-- | hunt/huntd/driver.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/hunt/huntd/driver.c b/hunt/huntd/driver.c index 6642de6e..0c3feae0 100644 --- a/hunt/huntd/driver.c +++ b/hunt/huntd/driver.c @@ -1,4 +1,4 @@ -/* $NetBSD: driver.c,v 1.26 2014/03/29 20:12:12 dholland Exp $ */ +/* $NetBSD: driver.c,v 1.27 2014/03/29 20:35:30 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: driver.c,v 1.26 2014/03/29 20:12:12 dholland Exp $"); +__RCSID("$NetBSD: driver.c,v 1.27 2014/03/29 20:35:30 dholland Exp $"); #endif /* not lint */ #include <sys/ioctl.h> @@ -183,10 +183,9 @@ again: } if (fdset[0].revents & POLLIN) if (answer()) { -#ifdef INTERNET - if (first && standard_port) - faketalk(); -#endif + if (first) { + /* announce start of game? */ + } first = false; } if (fdset[1].revents & POLLIN) |
