diff options
author | martti <martti@pkgsrc.org> | 2002-06-13 08:34:01 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-06-13 08:34:01 +0000 |
commit | 709c8838a0c07f850fec7c496a5a0fa501fc3cee (patch) | |
tree | 8b2b85ae8b894ed6789325a7dfd2739916968e22 /chat/ysm/patches | |
parent | ef1f0f8678201ac920ae665e72fd2decb2b3a9c9 (diff) | |
download | pkgsrc-709c8838a0c07f850fec7c496a5a0fa501fc3cee.tar.gz |
Updated ysm to 2.7.1 (pkg/17233 by Dawid Szymanski)
* bug fixes (the list is too long to be included here)
Diffstat (limited to 'chat/ysm/patches')
-rw-r--r-- | chat/ysm/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chat/ysm/patches/patch-aa b/chat/ysm/patches/patch-aa deleted file mode 100644 index 0798f26a5ea..00000000000 --- a/chat/ysm/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$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 |