From 8148fa3bd328e6d3f35a411658a3acf9b36bf30a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 9 Jul 2000 21:23:52 +1000 Subject: - (djm) Match prototype and function declaration for rresvport_af. Problem report from Niklas Edmundsson --- bsd-rresvport.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bsd-rresvport.c') diff --git a/bsd-rresvport.c b/bsd-rresvport.c index fa4af183..cda4c36a 100644 --- a/bsd-rresvport.c +++ b/bsd-rresvport.c @@ -52,10 +52,8 @@ rresvport(alport) } #endif -int -rresvport_af(alport, af) - int *alport; - sa_family_t af; +int +rresvport_af(int *alport, sa_family_t af) { struct sockaddr_storage ss; struct sockaddr *sa; -- cgit v1.2.3