Mercurial > pidgin
diff src/protocols/zephyr/ZRetSubs.c @ 7475:08ce2a94d9c7
[gaim-migrate @ 8088]
I made Gaim compile with -ansi in my CFLAGS... I don't really know why.
I had to set HAVE_GETADDRINFO and HAVE_SIGNAL_H to 0
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 11 Nov 2003 07:08:13 +0000 |
| parents | 424a40f12a6c |
| children | 43d6c08d7e96 |
line wrap: on
line diff
--- a/src/protocols/zephyr/ZRetSubs.c Tue Nov 11 05:57:24 2003 +0000 +++ b/src/protocols/zephyr/ZRetSubs.c Tue Nov 11 07:08:13 2003 +0000 @@ -5,7 +5,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: thekingant $ * * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -17,7 +17,7 @@ #ifndef lint static const char rcsid_ZRetrieveSubscriptions_c[] = - "$Id: ZRetSubs.c 2096 2001-07-31 01:00:39Z warmenhoven $"; + "$Id: ZRetSubs.c 8088 2003-11-11 07:08:13Z thekingant $"; #endif static Code_t Z_RetSubs (); @@ -80,7 +80,7 @@ return (retval); if (ZGetFD() < 0) - if ((retval = ZOpenPort((u_short *)0)) != ZERR_NONE) + if ((retval = ZOpenPort((unsigned short *)0)) != ZERR_NONE) return (retval); notice->z_kind = ACKED;
