blob: b41bd836956d35965f77dd2eaffcc7ba626d235c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.9 2003/09/07 17:22:16 jschauma Exp $
--- generator/pbmtextps.c.orig Sat Sep 6 23:31:49 2003
+++ generator/pbmtextps.c Sat Sep 6 23:32:23 2003
@@ -13,7 +13,6 @@
* PostScript is a registered trademark of Adobe Systems International.
*
*/
-#define _XOPEN_SOURCE /* Make sure popen() is in stdio.h */
#define _BSD_SOURCE /* Make sure stdrup() is in string.h */
#include <stdio.h>
#include <stdlib.h>
|