Files
pkgsrc-ng/graphics/radiance/patches/patch-src_ot_writemesh.c
2013-09-26 17:14:40 +02:00

15 lines
391 B
C

$NetBSD: patch-src_ot_writemesh.c,v 1.1 2012/12/27 00:20:56 dholland Exp $
Use cpp in a valid fashion.
--- src/ot/writemesh.c~ 2004-04-29 14:36:49.000000000 +0000
+++ src/ot/writemesh.c
@@ -11,6 +11,7 @@ static const char RCSid[] = "$Id: writem
#include "mesh.h"
#ifdef putc_unlocked /* avoid horrendous overhead of flockfile */
+#undef putc
#define putc putc_unlocked
#endif