summaryrefslogtreecommitdiff
path: root/mail/faces/patches/patch-am
blob: f204f475eac4d2f062bf764030e36ca827a3419a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>