Fix compilation error on 1.5.x.

This commit is contained in:
mycroft 2001-12-23 00:03:56 +00:00
parent e038aea65b
commit 534c5081f5
2 changed files with 15 additions and 1 deletions

View file

@ -1,4 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2001/12/10 20:48:17 veego Exp $
$NetBSD: distinfo,v 1.2 2001/12/23 00:03:56 mycroft Exp $
SHA1 (ogle-0.8.2.tar.gz) = 84f3505eaa8f6d002f663bfe036c533a4a83f714
Size (ogle-0.8.2.tar.gz) = 480190 bytes
SHA1 (patch-aa) = 8fca6c2af2d4ab0ba39001314d5f496266241e37

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2001/12/23 00:03:57 mycroft Exp $
--- include/debug_print.h.orig Sat Dec 22 13:02:26 2001
+++ include/debug_print.h Sat Dec 22 13:02:12 2001
@@ -26,7 +26,7 @@
#define ERROR(str, args...) \
fprintf(stderr, "ERROR[%s]: " str, program_name, ## args)
-#define WARNING(str, ...) \
+#define WARNING(str, args...) \
fprintf(stderr, "WARNING[%s]: " str, program_name, ## args)
#define NOTE(str, args...) \