aboutsummaryrefslogtreecommitdiff
path: root/mail/drac/files/patch-rpc.dracd.c
blob: 0550d5159b659ba3eb4d88d685fa954762030731 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- rpc.dracd.c.orig	Tue Nov 21 05:22:05 2000
+++ rpc.dracd.c	Sun Apr 29 20:41:31 2001
@@ -8,7 +8,6 @@
 #include <errno.h>
 #include <syslog.h>
 #ifdef TI_RPC
-#include <netdir.h>
 #include <netconfig.h>
 #endif
 #include <stdlib.h>
@@ -35,9 +34,6 @@
 #define DB_VERSION_MAJOR 1
 #endif
 #include "drac.h"
-
-#define DBFILE "/etc/mail/dracd.db"
-#define ALFILE "/etc/mail/dracd.allow"
 
 struct net_def {
     struct net_def *nd_next;