summaryrefslogtreecommitdiff
path: root/graphics/radiance/patches/patch-src_ot_writeoct.c
blob: 9d5f1b8c25e1e7f441231878e415fa8fe60c80a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_ot_writeoct.c,v 1.1 2012/12/27 00:20:56 dholland Exp $

Use cpp in a valid fashion.

--- src/ot/writeoct.c~	2004-04-29 14:36:49.000000000 +0000
+++ src/ot/writeoct.c
@@ -14,6 +14,7 @@ static const char RCSid[] = "$Id: writeo
 #include  "oconv.h"
 
 #ifdef putc_unlocked		/* avoid horrendous overhead of flockfile */
+#undef putc
 #define putc    putc_unlocked
 #endif