Przeglądaj źródła

modifying package: sysmon-0.91.20 20040617 again

Thorsten Hohmeier 21 lat temu
rodzic
commit
e1367fef13
1 zmienionych plików z 12 dodań i 0 usunięć
  1. 12 0
      sysmon/sysmon.patch

+ 12 - 0
sysmon/sysmon.patch

@@ -0,0 +1,12 @@
+Index: src/config.h
+--- src/config.h.orig	2004-06-17 14:15:47.651863000 +0200
++++ src/config.h	2004-06-17 14:14:18.163157000 +0200
+@@ -11,7 +11,7 @@
+ #include <string.h>
+ #include <pwd.h>
+ #include <limits.h>
+-#if (defined(__svr4__) || defined(unixware))   /* slo-laris */
++#if defined(__svr4__) || defined(unixware) || (defined(__sun) && defined(__SVR4))  /* slo-laris */
+ #include <sys/filio.h>
+ #endif
+ #include <sys/types.h>