]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/clnt_generic.c
Libinfo-278.tar.gz
[apple/libinfo.git] / rpc.subproj / clnt_generic.c
index 3901b6037301116592f85ca533736537aa5d4c6a..231dd670c768bc9e465f33950bc0dc1275e68cd6 100644 (file)
@@ -72,10 +72,17 @@ static char *rcsid = "$Id: clnt_generic.c,v 1.3 2002/02/19 20:36:22 epeyton Exp
  */
 CLIENT *
 clnt_create(hostname, prog, vers, proto)
+#ifdef __LP64__
+       char *hostname;
+       uint32_t prog;
+       uint32_t vers;
+       char *proto;
+#else
        char *hostname;
        u_long prog;
        u_long vers;
        char *proto;
+#endif
 {
        struct hostent *h;
        struct protoent *p;