Mercurial > pidgin
diff src/protocols/zephyr/ZAsyncLocate.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 | 1930e3d00ecd |
| children | 407355e05a0a |
line wrap: on
line diff
--- a/src/protocols/zephyr/ZAsyncLocate.c Tue Nov 11 05:57:24 2003 +0000 +++ b/src/protocols/zephyr/ZAsyncLocate.c Tue Nov 11 07:08:13 2003 +0000 @@ -4,7 +4,7 @@ * Created by: Marc Horowitz * * $Source$ - * $Author: faceprint $ + * $Author: thekingant $ * * Copyright (c) 1990,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -15,7 +15,7 @@ #include <internal.h> #ifndef lint -static const char rcsid_ZAsyncLocate_c[] = "$Id: ZAsyncLocate.c 7838 2003-10-14 05:07:39Z faceprint $"; +static const char rcsid_ZAsyncLocate_c[] = "$Id: ZAsyncLocate.c 8088 2003-11-11 07:08:13Z thekingant $"; #endif Code_t ZRequestLocations(user, zald, kind, auth) @@ -28,7 +28,7 @@ ZNotice_t notice; if (ZGetFD() < 0) - if ((retval = ZOpenPort((u_short *)0)) != ZERR_NONE) + if ((retval = ZOpenPort((unsigned short *)0)) != ZERR_NONE) return (retval); (void) memset((char *)¬ice, 0, sizeof(notice));
