pkgsrc/mail/deliver/patches/patch-ai
wiz 8c0a7ca984 Add patches from Jim Bernard to make this build on -current and fix
a problem with basename(); bump PKGREVISION.
Closes PR 20978 and PR 25733 by Jim Bernard.
2004-05-28 01:09:01 +00:00

13 lines
540 B
Text

$NetBSD: patch-ai,v 1.1 2004/05/28 01:09:01 wiz Exp $
--- deliver.h.orig 1999-12-01 19:16:21.000000000 -0700
+++ deliver.h 2004-05-27 10:47:11.000000000 -0600
@@ -97,7 +97,7 @@
extern char *eff_group; /* Name of effective gid */
extern char *real_group; /* Name of real gid */
-extern FILE *log; /* File to log deliveries */
+extern FILE *logfile; /* File to log deliveries */
extern char *t_logfile; /* Temporary file for log */
extern char *f_logfile; /* Final file for log */