diff options
Diffstat (limited to 'chat/centerim/patches/patch-ad')
-rw-r--r-- | chat/centerim/patches/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chat/centerim/patches/patch-ad b/chat/centerim/patches/patch-ad new file mode 100644 index 00000000000..db7afd11cd0 --- /dev/null +++ b/chat/centerim/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1.1.1 2007/08/30 00:47:01 jnemeth Exp $ + +--- kksystr/include/kkiproc.h.orig Tue Jul 9 13:07:29 2002 ++++ kksystr/include/kkiproc.h +@@ -9,7 +9,9 @@ + #include <string.h> + #include <sys/stat.h> + #include <sys/types.h> ++#ifdef __linux__ + #include <utmp.h> ++#endif + #include <string.h> + #include <ctype.h> + |