summaryrefslogtreecommitdiffstats
path: root/ax25ipd/process.c
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2001-11-27 04:11:49 +0000
committerCraig Small <csmall@enc.com.au>2001-11-27 04:11:49 +0000
commit886a37dd2309e60f85360ddec562417bbe741730 (patch)
treecb7b31a82181947f8f042670392b652120b6fb6e /ax25ipd/process.c
parent6364520eb4c795e85f7893ba02de860d132c1d2c (diff)
merged my changes with terry indent, daemon can now optionally not fork
Diffstat (limited to 'ax25ipd/process.c')
-rw-r--r--ax25ipd/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ax25ipd/process.c b/ax25ipd/process.c
index 5767129..52dbf72 100644
--- a/ax25ipd/process.c
+++ b/ax25ipd/process.c
@@ -14,6 +14,7 @@
#include "ax25ipd.h"
#include <stdio.h>
+#include <syslog.h>
/* if dual port the upper nibble will have a value of 1 (not 0) */
#define FROM_PORT2(p) (((*(p+1))&0x10)!=0)
#define FOR_PORT2(p) (addrmatch(p,mycallsign2) || addrmatch(p,myalias2))