mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- (djm) Match prototype and function declaration for rresvport_af.
Problem report from Niklas Edmundsson <nikke@ing.umu.se>
This commit is contained in:
parent
4e99720563
commit
8148fa3bd3
@ -1,6 +1,8 @@
|
|||||||
20000709
|
20000709
|
||||||
- (djm) Only enable PAM_TTY kludge for Linux. Problem report from
|
- (djm) Only enable PAM_TTY kludge for Linux. Problem report from
|
||||||
Kevin Steves <stevesk@sweden.hp.com>
|
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
|
20000708
|
||||||
- (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
|
- (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
|
||||||
|
@ -52,10 +52,8 @@ rresvport(alport)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
rresvport_af(alport, af)
|
rresvport_af(int *alport, sa_family_t af)
|
||||||
int *alport;
|
|
||||||
sa_family_t af;
|
|
||||||
{
|
{
|
||||||
struct sockaddr_storage ss;
|
struct sockaddr_storage ss;
|
||||||
struct sockaddr *sa;
|
struct sockaddr *sa;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user