summaryrefslogtreecommitdiff
path: root/audio/cddbd/patches/patch-ab
blob: 81cc9ad16807f1a73c5f3bb5f32e3b1d578db896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- cddbd.c.orig	Sun Jun 14 06:42:12 1998
+++ cddbd.c	Sun Jun 14 06:42:50 1998
@@ -191,14 +191,14 @@
 access_t acctab[] = {
-	"logfile",	logfile,       AC_PATH,    0,	     (int)TMPDIR"/log",
-	"motdfile",	motdfile,      AC_PATH,    0,	     (int)"",
-	"sitefile",	sitefile,      AC_PATH,    0,	     (int)"",
-	"histfile",	histfile,      AC_PATH,    0,	     (int)"",
-	"lockdir",	lockdir,       AC_PATH,    0,	     (int)"",
-	"hashdir",	hashdir,       AC_PATH,    0,	     (int)"",
-	"cddbdir",	cddbdir,       AC_PATH,    0,	     (int)"",
-	"dupdir",	dupdir,	       AC_PATH,    0,	     (int)"",
-	"postdir",	postdir,       AC_PATH,    0,	     (int)"",
-	"smtphost",	smtphost,      AC_STRING,  0,        (int)"localhost",
+	"logfile",	logfile,       AC_PATH,    0,	     (long)TMPDIR"/log",
+	"motdfile",	motdfile,      AC_PATH,    0,	     (long)"",
+	"sitefile",	sitefile,      AC_PATH,    0,	     (long)"",
+	"histfile",	histfile,      AC_PATH,    0,	     (long)"",
+	"lockdir",	lockdir,       AC_PATH,    0,	     (long)"",
+	"hashdir",	hashdir,       AC_PATH,    0,	     (long)"",
+	"cddbdir",	cddbdir,       AC_PATH,    0,	     (long)"",
+	"dupdir",	dupdir,	       AC_PATH,    0,	     (long)"",
+	"postdir",	postdir,       AC_PATH,    0,	     (long)"",
+	"smtphost",	smtphost,      AC_STRING,  0,        (long)"localhost",
 	"admin_email",	admin_email,   AC_STRING,  AF_NODEF, 0,
-	"bounce_email",	bounce_email,  AC_STRING,  0,	     (int)"",
+	"bounce_email",	bounce_email,  AC_STRING,  0,	     (long)"",
 	"xmit_time",	&xmit_time,    AC_NUMERIC, AF_ZERO,  DEF_XMIT_TO,