summaryrefslogtreecommitdiff
path: root/other/openssh-2.1.1p4/bsd-rresvport.h
diff options
context:
space:
mode:
authorSkyperTHC2026-03-04 16:56:48 +0000
committerSkyperTHC2026-03-04 16:56:48 +0000
commit9da824575b3f4496431691bdb3f6ce45c601accc (patch)
tree781ffcc47483852cc340a7a84b2508aae292db83 /other/openssh-2.1.1p4/bsd-rresvport.h
parentbf6359d15fbb74aa95d36b1137fdc785def1bc46 (diff)
packetstorm sync
Diffstat (limited to 'other/openssh-2.1.1p4/bsd-rresvport.h')
-rw-r--r--other/openssh-2.1.1p4/bsd-rresvport.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/other/openssh-2.1.1p4/bsd-rresvport.h b/other/openssh-2.1.1p4/bsd-rresvport.h
deleted file mode 100644
index d139895..0000000
--- a/other/openssh-2.1.1p4/bsd-rresvport.h
+++ /dev/null
@@ -1,10 +0,0 @@
1#ifndef _BSD_RRESVPORT_H
2#define _BSD_RRESVPORT_H
3
4#include "config.h"
5
6#ifndef HAVE_RRESVPORT_AF
7int rresvport_af(int *alport, sa_family_t af);
8#endif /* !HAVE_RRESVPORT_AF */
9
10#endif /* _BSD_RRESVPORT_H */