]> andersk Git - openssh.git/blobdiff - openbsd-compat/bindresvport.c
- (djm) Force string arguments to replacement setproctitle() though
[openssh.git] / openbsd-compat / bindresvport.c
index 7f48fd03a2517b564fed284be4f7141372d3119b..08a53b8cd4863898f1f1338fc9705716be70e676 100644 (file)
@@ -1,6 +1,6 @@
 /* This file has be substantially modified from the original OpenBSD source */
 
-/*     $OpenBSD: bindresvport.c,v 1.16 2005/04/01 07:44:03 otto Exp $  */
+/*     $OpenBSD: bindresvport.c,v 1.17 2005/12/21 01:40:22 millert Exp $       */
 
 /*
  * Copyright 1996, Jason Downs.  All rights reserved.
 #include "includes.h"
 
 #ifndef HAVE_BINDRESVPORT_SA
+#include <sys/types.h>
+#include <sys/socket.h>
 
-#include "includes.h"
+#include <netinet/in.h>
+#include <arpa/inet.h>
+
+#include <errno.h>
+#include <string.h>
 
 #define STARTPORT 600
 #define ENDPORT (IPPORT_RESERVED - 1)
This page took 0.034063 seconds and 4 git commands to generate.