summaryrefslogtreecommitdiff
path: root/deskutils/xrolo/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/xrolo/files/patch-af')
-rw-r--r--deskutils/xrolo/files/patch-af6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/xrolo/files/patch-af b/deskutils/xrolo/files/patch-af
index 105af2e8b411..499521c5cef2 100644
--- a/deskutils/xrolo/files/patch-af
+++ b/deskutils/xrolo/files/patch-af
@@ -1,12 +1,12 @@
-*** popup.c.org Sat Jan 9 22:53:12 1999
---- popup.c Sat Jan 9 22:54:07 1999
+*** popup.c.orig Tue Dec 3 23:28:39 1991
+--- popup.c Sat Oct 1 20:06:23 2005
***************
*** 6,11 ****
--- 6,14 ----
* popup - pop up error dialog windows
*/
-+ #ifdef HAVE_SYS_PARAM_H
++ #if (defined(__unix__) || defined(unix)) && !defined(USG)
+ #include <sys/param.h>
+ #endif