summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/faketalk.c
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2002-09-20 20:54:15 +0000
committermycroft <mycroft@NetBSD.org>2002-09-20 20:54:15 +0000
commita59b491d37669e51053c17262118e5fec67ad358 (patch)
treeba4a3a015e73c96fa05b76f80679c5c5e7ffdfca /hunt/huntd/faketalk.c
parente05b1c0de535fc268d8d5ccb5f1d3d9c0f6d0d42 (diff)
downloadbsdgames-darwin-a59b491d37669e51053c17262118e5fec67ad358.tar.gz
bsdgames-darwin-a59b491d37669e51053c17262118e5fec67ad358.tar.zst
bsdgames-darwin-a59b491d37669e51053c17262118e5fec67ad358.zip
select() -> poll()
Also, turn off talk announcements; it's a wretched hack.
Diffstat (limited to 'hunt/huntd/faketalk.c')
-rw-r--r--hunt/huntd/faketalk.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/hunt/huntd/faketalk.c b/hunt/huntd/faketalk.c
index 132a523f..92ed83b3 100644
--- a/hunt/huntd/faketalk.c
+++ b/hunt/huntd/faketalk.c
@@ -1,4 +1,4 @@
-/* $NetBSD: faketalk.c,v 1.6 2001/02/05 00:42:14 christos Exp $ */
+/* $NetBSD: faketalk.c,v 1.7 2002/09/20 20:54:16 mycroft Exp $ */
/*
* Hunt
* Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -11,10 +11,11 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: faketalk.c,v 1.6 2001/02/05 00:42:14 christos Exp $");
+__RCSID("$NetBSD: faketalk.c,v 1.7 2002/09/20 20:54:16 mycroft Exp $");
#endif /* not lint */
#include "bsd.h"
+#include "hunt.h"
#if defined(TALK_43) || defined(TALK_42)
@@ -26,7 +27,6 @@ __RCSID("$NetBSD: faketalk.c,v 1.6 2001/02/05 00:42:14 christos Exp $");
# include <stdio.h>
# include <string.h>
# include <unistd.h>
-# include "hunt.h"
# include "talk_ctl.h"
# define TRUE 1
@@ -222,6 +222,7 @@ do_announce(s)
p_error("send delete remote");
}
#else
+void
faketalk()
{
return;