summaryrefslogtreecommitdiff
path: root/bsd-bindresvport.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-bindresvport.c')
-rw-r--r--bsd-bindresvport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsd-bindresvport.c b/bsd-bindresvport.c
index 15bb667da..fb3f6f2b8 100644
--- a/bsd-bindresvport.c
+++ b/bsd-bindresvport.c
@@ -29,7 +29,7 @@
29 29
30#include "config.h" 30#include "config.h"
31 31
32#ifndef HAVE_BINRESVPORT_AF 32#ifndef HAVE_BINDRESVPORT_AF
33 33
34#if defined(LIBC_SCCS) && !defined(lint) 34#if defined(LIBC_SCCS) && !defined(lint)
35static char *rcsid = "$OpenBSD: bindresvport.c,v 1.11 1999/12/17 19:22:08 deraadt Exp $"; 35static char *rcsid = "$OpenBSD: bindresvport.c,v 1.11 1999/12/17 19:22:08 deraadt Exp $";
@@ -109,4 +109,4 @@ bindresvport_af(sd, sa, af)
109 return (error); 109 return (error);
110} 110}
111 111
112#endif /* HAVE_BINRESVPORT_AF */ 112#endif /* HAVE_BINDRESVPORT_AF */