pkgsrc/mail/faces/patches/patch-am
simonb 9599fc7b0e Spilt patches into one-file-per-patch-file, and make this work on
the pmax (and other mips ports) - all the world is not IRIX...
1999-10-01 05:09:14 +00:00

12 lines
327 B
Text

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>