2000-07-08 14:47:02 +02:00
|
|
|
$NetBSD: patch-am,v 1.3 2000/07/08 12:47:07 tron Exp $
|
1999-10-01 09:49:19 +02:00
|
|
|
|
2000-07-08 14:47:02 +02:00
|
|
|
--- filters/rs2icon.c.orig Mon Apr 15 05:40:03 1991
|
|
|
|
+++ filters/rs2icon.c Sat Jul 8 14:25:27 2000
|
1999-10-01 07:09:14 +02:00
|
|
|
@@ -21,7 +21,7 @@
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
-#ifdef SYSV32 || hpux
|
|
|
|
+#if defined(SYSV32) || defined(hpux)
|
|
|
|
#include <string.h>
|
|
|
|
#else
|
|
|
|
#include <strings.h>
|