summaryrefslogtreecommitdiff
path: root/openbsd-compat/rresvport.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/rresvport.c')
-rw-r--r--openbsd-compat/rresvport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/rresvport.c b/openbsd-compat/rresvport.c
index 75167065c..aa72f4ba2 100644
--- a/openbsd-compat/rresvport.c
+++ b/openbsd-compat/rresvport.c
@@ -1,5 +1,3 @@
1/* OPENBSD ORIGINAL: lib/libc/net/rresvport.c */
2
3/* 1/*
4 * Copyright (c) 1995, 1996, 1998 Theo de Raadt. All rights reserved. 2 * Copyright (c) 1995, 1996, 1998 Theo de Raadt. All rights reserved.
5 * Copyright (c) 1983, 1993, 1994 3 * Copyright (c) 1983, 1993, 1994
@@ -30,6 +28,8 @@
30 * SUCH DAMAGE. 28 * SUCH DAMAGE.
31 */ 29 */
32 30
31/* OPENBSD ORIGINAL: lib/libc/net/rresvport.c */
32
33#include "includes.h" 33#include "includes.h"
34 34
35#ifndef HAVE_RRESVPORT_AF 35#ifndef HAVE_RRESVPORT_AF