From: Chet Ramey Date: Sun, 4 Dec 2011 03:51:22 +0000 (-0500) Subject: commit bash-20060803 snapshot X-Git-Tag: bash-3.2-beta~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723529391cfd8215032b12854f72398cfc6a4a3d;p=thirdparty%2Fbash.git commit bash-20060803 snapshot --- diff --git a/lib/sh/netopen.c b/lib/sh/netopen.c index c30f47750..d8eec7589 100644 --- a/lib/sh/netopen.c +++ b/lib/sh/netopen.c @@ -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));