diff options
Diffstat (limited to 'src/lib/libc/net/rresvport.c')
-rw-r--r-- | src/lib/libc/net/rresvport.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/net/rresvport.c b/src/lib/libc/net/rresvport.c index ccc411500b..2ecbc0a67d 100644 --- a/src/lib/libc/net/rresvport.c +++ b/src/lib/libc/net/rresvport.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rresvport.c,v 1.9 2005/11/10 10:00:17 espie Exp $ */ | 1 | /* $OpenBSD: rresvport.c,v 1.10 2015/01/16 16:48:51 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1995, 1996, 1998 Theo de Raadt. All rights reserved. | 3 | * Copyright (c) 1995, 1996, 1998 Theo de Raadt. All rights reserved. |
4 | * Copyright (c) 1983, 1993, 1994 | 4 | * Copyright (c) 1983, 1993, 1994 |
@@ -29,7 +29,6 @@ | |||
29 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
30 | */ | 30 | */ |
31 | 31 | ||
32 | #include <sys/param.h> | ||
33 | #include <sys/socket.h> | 32 | #include <sys/socket.h> |
34 | #include <sys/stat.h> | 33 | #include <sys/stat.h> |
35 | 34 | ||