diff options
Diffstat (limited to 'other/openssh-2.1.1p4/bsd-rresvport.h')
| -rw-r--r-- | other/openssh-2.1.1p4/bsd-rresvport.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/other/openssh-2.1.1p4/bsd-rresvport.h b/other/openssh-2.1.1p4/bsd-rresvport.h new file mode 100644 index 0000000..d139895 --- /dev/null +++ b/other/openssh-2.1.1p4/bsd-rresvport.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef _BSD_RRESVPORT_H | ||
| 2 | #define _BSD_RRESVPORT_H | ||
| 3 | |||
| 4 | #include "config.h" | ||
| 5 | |||
| 6 | #ifndef HAVE_RRESVPORT_AF | ||
| 7 | int rresvport_af(int *alport, sa_family_t af); | ||
| 8 | #endif /* !HAVE_RRESVPORT_AF */ | ||
| 9 | |||
| 10 | #endif /* _BSD_RRESVPORT_H */ | ||
