- (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
Родитель 4e99720563
Коммит 8148fa3bd3
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

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