diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-11-10 17:52:08 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-11-10 17:52:08 +1100 |
commit | 6f15c07ce33cb621e08fa43b16576236a961e989 (patch) | |
tree | aeb2f8d3e798abb8ff200ed6ccd0a44bbbbb3a84 | |
parent | 91b34dc18373cd403a8e25ca5ca69cddb2486edc (diff) |
- (dtucker) [openbsd-compat/bindresvport.c] Add "OPENBSD ORIGINAL" marker.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | openbsd-compat/bindresvport.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -40,6 +40,7 @@ | |||
40 | - (dtucker) [openbsd-compat/daemon.c] Update from OpenBSD 1.10 -> 1.13. | 40 | - (dtucker) [openbsd-compat/daemon.c] Update from OpenBSD 1.10 -> 1.13. |
41 | - (dtucker) [openbsd-compat/mktemp.c] Update from OpenBSD 1.17 -> 1.19. | 41 | - (dtucker) [openbsd-compat/mktemp.c] Update from OpenBSD 1.17 -> 1.19. |
42 | - (dtucker) [openbsd-compat/rresvport.c] Update from OpenBSD 1.6 -> 1.8. | 42 | - (dtucker) [openbsd-compat/rresvport.c] Update from OpenBSD 1.6 -> 1.8. |
43 | - (dtucker) [openbsd-compat/bindresvport.c] Add "OPENBSD ORIGINAL" marker. | ||
43 | 44 | ||
44 | 20051105 | 45 | 20051105 |
45 | - (djm) OpenBSD CVS Sync | 46 | - (djm) OpenBSD CVS Sync |
@@ -3282,4 +3283,4 @@ | |||
3282 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3283 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3283 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3284 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3284 | 3285 | ||
3285 | $Id: ChangeLog,v 1.3982 2005/11/10 06:42:40 dtucker Exp $ | 3286 | $Id: ChangeLog,v 1.3983 2005/11/10 06:52:08 dtucker Exp $ |
diff --git a/openbsd-compat/bindresvport.c b/openbsd-compat/bindresvport.c index 8a273f9b5..1a9000584 100644 --- a/openbsd-compat/bindresvport.c +++ b/openbsd-compat/bindresvport.c | |||
@@ -28,6 +28,8 @@ | |||
28 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
29 | */ | 29 | */ |
30 | 30 | ||
31 | /* OPENBSD ORIGINAL: lib/libc/rpc/bindresvport.c */ | ||
32 | |||
31 | #include "includes.h" | 33 | #include "includes.h" |
32 | 34 | ||
33 | #ifndef HAVE_BINDRESVPORT_SA | 35 | #ifndef HAVE_BINDRESVPORT_SA |