blob: 7cbf5b3a12a8da4f586b9582beadb8909cf01ad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-am,v 1.2 1999/10/01 07:49:21 simonb Exp $
diff -ur ../faces-DIST/filters/rs2icon.c ./filters/rs2icon.c
--- ../faces-DIST/filters/rs2icon.c Mon Apr 15 13:40:03 1991
+++ ./filters/rs2icon.c Fri Oct 1 14:32:15 1999
@@ -21,7 +21,7 @@
*/
#include <stdio.h>
-#ifdef SYSV32 || hpux
+#if defined(SYSV32) || defined(hpux)
#include <string.h>
#else
#include <strings.h>
|