From 723529391cfd8215032b12854f72398cfc6a4a3d Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Sat, 3 Dec 2011 22:51:22 -0500 Subject: [PATCH] commit bash-20060803 snapshot --- lib/sh/netopen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sh/netopen.c b/lib/sh/netopen.c index c30f4775..d8eec758 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));