diff options
Diffstat (limited to 'mail/lmtpd/files/patch-lmtpconf.c')
-rw-r--r-- | mail/lmtpd/files/patch-lmtpconf.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/lmtpd/files/patch-lmtpconf.c b/mail/lmtpd/files/patch-lmtpconf.c new file mode 100644 index 000000000000..f07f5a0aafb7 --- /dev/null +++ b/mail/lmtpd/files/patch-lmtpconf.c @@ -0,0 +1,19 @@ +--- lmtpconf.c.org 2004-10-26 17:59:50.000000000 +0200 ++++ lmtpconf.c 2006-12-24 11:23:03.000000000 +0100 +@@ -197,6 +197,7 @@ + return rl; + } + ++static int readconf1(char *file, struct fstate *state, struct conf *spec); + + static int setval(void *val, int type, char *args) { + switch(type) { +@@ -392,8 +393,6 @@ + return 0; + case FLAGS_INCLUDE: + if (args) { +- static int readconf1(char *file, struct fstate *state, +- struct conf *spec); + struct conf_state *cstate = val; + char *filename = args; + int ret = -1; |