LP64 fix.
This commit is contained in:
parent
de42b85ecb
commit
0d271c39aa
2 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/03/11 21:32:22 zuntum Exp $
|
||||
$NetBSD: distinfo,v 1.2 2002/03/31 14:25:51 dmcmahill Exp $
|
||||
|
||||
SHA1 (ysmv7_2_4_2.tgz) = ffe57566e001ed669ffb00d495b30851d459b774
|
||||
Size (ysmv7_2_4_2.tgz) = 46793 bytes
|
||||
SHA1 (patch-aa) = a8a392fd8096d3ce3c1710e5b5d2c2ea50ee69f9
|
||||
|
|
15
chat/ysm/patches/patch-aa
Normal file
15
chat/ysm/patches/patch-aa
Normal file
|
@ -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
|
Loading…
Reference in a new issue