summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/driver.c')
-rw-r--r--hunt/huntd/driver.c11
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)