зеркало из https://github.com/Azure/sonic-openssh.git
- (djm) Match prototype and function declaration for rresvport_af.
Problem report from Niklas Edmundsson <nikke@ing.umu.se>
This commit is contained in:
Родитель
4e99720563
Коммит
8148fa3bd3
|
@ -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
|
||||
|
|
|
@ -53,9 +53,7 @@ rresvport(alport)
|
|||
#endif
|
||||
|
||||
int
|
||||
rresvport_af(alport, af)
|
||||
int *alport;
|
||||
sa_family_t af;
|
||||
rresvport_af(int *alport, sa_family_t af)
|
||||
{
|
||||
struct sockaddr_storage ss;
|
||||
struct sockaddr *sa;
|
||||
|
|
Загрузка…
Ссылка в новой задаче