pkgsrc/misc/celestia/patches/patch-ao
obache 2d03fa598e Revert previous commit related to PR 34065, and fixed by another method,
rename conflict function name 'printf' to 'myprintf'.
2006-12-13 16:45:42 +00:00

13 lines
375 B
Text

$NetBSD: patch-ao,v 1.1 2006/12/13 16:45:42 obache Exp $
--- src/celengine/overlay.h.orig 2004-01-03 20:30:42.000000000 +0000
+++ src/celengine/overlay.h
@@ -63,7 +63,7 @@ class Overlay : public std::ostream
void print(wchar_t);
void print(char);
void print(char*);
- void printf(const char*, ...);
+ void myprintf(const char*, ...);
private: