14 lines
389 B
C
14 lines
389 B
C
$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
|
|
|