summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/extern.c
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/extern.c')
-rw-r--r--hunt/huntd/extern.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/huntd/extern.c b/hunt/huntd/extern.c
index 46dfb12a..bee6851c 100644
--- a/hunt/huntd/extern.c
+++ b/hunt/huntd/extern.c
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.c,v 1.5 2009/07/04 04:29:54 dholland Exp $ */
+/* $NetBSD: extern.c,v 1.6 2009/08/12 07:42:11 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,12 +32,12 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: extern.c,v 1.5 2009/07/04 04:29:54 dholland Exp $");
+__RCSID("$NetBSD: extern.c,v 1.6 2009/08/12 07:42:11 dholland Exp $");
#endif /* not lint */
#include "hunt.h"
-#ifdef MONITOR
+#if 0 /*def MONITOR*/ /* apparently unused (XXX?) */
FLAG Am_monitor = FALSE; /* current process is a monitor */
#endif