aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-05-06 15:28:54 +0000
committerXin LI <delphij@FreeBSD.org>2005-05-06 15:28:54 +0000
commitb49407ee4376dfbc36a71583f4d5bb54d82ad9f3 (patch)
tree58ca206e9adbca338805a68e6469730902394e28 /libexec
parente8fc249f36cb53f00a8b8a906a1a3c55374b491c (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/talkd/process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c
index fb09300fc550..d77f8a168bf4 100644
--- a/libexec/talkd/process.c
+++ b/libexec/talkd/process.c
@@ -62,11 +62,12 @@ static const char rcsid[] =
#include "extern.h"
+extern int debug;
+
void
process_request(CTL_MSG *mp, CTL_RESPONSE *rp)
{
CTL_MSG *ptr;
- extern int debug;
char *s;
rp->vers = TALK_VERSION;