14 lines
263 B
C
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
|