summaryrefslogtreecommitdiff
path: root/graphics/radiance/patches/patch-src_ot_writemesh.c
blob: da62fcc1e3068c34c60767055af7ae309d9b094f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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