summary refs log tree commit diff
path: root/src/portab
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2014-01-17 16:18:55 +0100
committerAlexander Barton <alex@barton.de>2014-01-17 16:18:55 +0100
commite747fe92775f577a38f8dd681f7a58f751348f5e (patch)
tree431d2a24c430b3759e0bdddab5e5a6c4611685a9 /src/portab
parent0f85c4c6a70a71c935af9c28e2c469ea4b66220a (diff)
downloadngircd-e747fe92775f577a38f8dd681f7a58f751348f5e.tar.gz
ngircd-e747fe92775f577a38f8dd681f7a58f751348f5e.zip
Fix configure script and "make check" for TCP Wrappers
Add missing #include's and static variables.

Problem spotted on OpenBSD.
Diffstat (limited to 'src/portab')
-rw-r--r--src/portab/portabtest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/portab/portabtest.c b/src/portab/portabtest.c
index b104739e..3602feec 100644
--- a/src/portab/portabtest.c
+++ b/src/portab/portabtest.c
@@ -24,6 +24,8 @@
 
 #include "exp.h"
 
+int allow_severity = 0, deny_severity = 0;
+
 static void
 Panic(char *Reason)
 {