summaryrefslogtreecommitdiff
path: root/chat/ysm/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-03-31 14:25:51 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-03-31 14:25:51 +0000
commit0d271c39aa9ee9430ef3b752c3220a93a53e4c47 (patch)
tree87c8a39fd9a80c13739f01d4c89238cea7696a9e /chat/ysm/patches
parentde42b85ecb0f307282c75d3325c3ba429025a784 (diff)
downloadpkgsrc-0d271c39aa9ee9430ef3b752c3220a93a53e4c47.tar.gz
LP64 fix.
Diffstat (limited to 'chat/ysm/patches')
-rw-r--r--chat/ysm/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/ysm/patches/patch-aa b/chat/ysm/patches/patch-aa
new file mode 100644
index 00000000000..0798f26a5ea
--- /dev/null
+++ b/chat/ysm/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2002/03/31 14:25:51 dmcmahill Exp $
+
+LP64 fix. This const gets used as an int not long.
+
+--- YSM.h.orig Tue Feb 19 21:14:27 2002
++++ YSM.h
+@@ -135,7 +135,7 @@
+ /* Definition of YSM Status */
+
+ #define YSM_ONLINE 0x0000
+-#define YSM_OFFLINE (-1L)
++#define YSM_OFFLINE (-1)
+ #define YSM_INVISIBLE 0x0100
+ #define YSM_NA 0x0005
+ #define YSM_DND 0x0013