- (djm) Match prototype and function declaration for rresvport_af.

Problem report from Niklas Edmundsson <nikke@ing.umu.se>
This commit is contained in:
Damien Miller 2000-07-09 21:23:52 +10:00
parent 4e99720563
commit 8148fa3bd3
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,8 @@
20000709
- (djm) Only enable PAM_TTY kludge for Linux. Problem report from
Kevin Steves <stevesk@sweden.hp.com>
- (djm) Match prototype and function declaration for rresvport_af.
Problem report from Niklas Edmundsson <nikke@ing.umu.se>
20000708
- (djm) Fix bad fprintf format handling in auth-pam.c. Patch from

View File

@ -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;