Files
pkgsrc-ng/mail/ezmlm/patches/patch-log.h
2013-09-26 17:14:40 +02:00

14 lines
263 B
C

$NetBSD: patch-log.h,v 1.1 2013/02/26 11:26:03 joerg Exp $
--- log.h.orig 2013-02-25 16:47:13.000000000 +0000
+++ log.h
@@ -1,6 +1,7 @@
#ifndef LOG_H
#define LOG_H
-extern void log();
+#define log(x,y) my_log(x,y)
+extern void log(char *, char *);
#endif