]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
commit bash-20060803 snapshot
authorChet Ramey <chet.ramey@case.edu>
Sun, 4 Dec 2011 03:51:22 +0000 (22:51 -0500)
committerChet Ramey <chet.ramey@case.edu>
Sun, 4 Dec 2011 03:51:22 +0000 (22:51 -0500)
lib/sh/netopen.c

index c30f4775003179d7576a9c86d4fa4741379bd1ec..d8eec7589c0e7c26e196ca32cbe529d100a62086 100644 (file)
@@ -67,8 +67,8 @@ extern int inet_aton __P((const char *, struct in_addr *));
 #endif
 
 #ifndef HAVE_GETADDRINFO
-static int _getaddr __P((char *, struct in_addr));
-static int _getserv __P((char *, int, unsigned short));
+static int _getaddr __P((char *, struct in_addr *));
+static int _getserv __P((char *, int, unsigned short *));
 static int _netopen4 __P((char *, char *, int));
 #else /* HAVE_GETADDRINFO */
 static int _netopen6 __P((char *, char *, int));