From ae5feee3506f1aa5259009ab0dd200f8b10a80e8 Mon Sep 17 00:00:00 2001 From: millert Date: Wed, 21 Dec 2005 01:40:22 +0000 Subject: Userland programs should include not OK deraadt@ --- lib/libc/rpc/bindresvport.c | 4 ++-- lib/libc/rpc/clnt_generic.c | 4 ++-- lib/libc/rpc/svc.c | 4 ++-- lib/libc/rpc/svc_run.c | 4 ++-- lib/libc/sys/ptrace.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/rpc/bindresvport.c b/lib/libc/rpc/bindresvport.c index 2defe41f1d7..10ee787868c 100644 --- a/lib/libc/rpc/bindresvport.c +++ b/lib/libc/rpc/bindresvport.c @@ -1,4 +1,4 @@ -/* $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. @@ -25,9 +25,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include #include -#include #include #include diff --git a/lib/libc/rpc/clnt_generic.c b/lib/libc/rpc/clnt_generic.c index 7f23799f418..3bbd3167789 100644 --- a/lib/libc/rpc/clnt_generic.c +++ b/lib/libc/rpc/clnt_generic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clnt_generic.c,v 1.5 2005/08/08 08:05:35 espie Exp $ */ +/* $OpenBSD: clnt_generic.c,v 1.6 2005/12/21 01:40:22 millert Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -31,10 +31,10 @@ /* * Copyright (C) 1987, Sun Microsystems, Inc. */ +#include #include #include #include -#include #include /* diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index 24820521200..9b4b068b25e 100644 --- a/lib/libc/rpc/svc.c +++ b/lib/libc/rpc/svc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: svc.c,v 1.20 2005/08/08 08:05:35 espie Exp $ */ +/* $OpenBSD: svc.c,v 1.21 2005/12/21 01:40:22 millert Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -38,10 +38,10 @@ * Copyright (C) 1984, Sun Microsystems, Inc. */ +#include #include #include -#include #include #include diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index 40afd62a810..c77ba875b8d 100644 --- a/lib/libc/rpc/svc_run.c +++ b/lib/libc/rpc/svc_run.c @@ -1,4 +1,4 @@ -/* $OpenBSD: svc_run.c,v 1.17 2005/09/10 23:04:26 brad Exp $ */ +/* $OpenBSD: svc_run.c,v 1.18 2005/12/21 01:40:22 millert Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -33,7 +33,7 @@ * Wait for input, call server program. */ #include -#include +#include #include #include #include diff --git a/lib/libc/sys/ptrace.c b/lib/libc/sys/ptrace.c index 7c6d83333e9..62d4a941adb 100644 --- a/lib/libc/sys/ptrace.c +++ b/lib/libc/sys/ptrace.c @@ -1,9 +1,9 @@ -/* $OpenBSD: ptrace.c,v 1.3 2003/06/11 21:03:10 deraadt Exp $ */ +/* $OpenBSD: ptrace.c,v 1.4 2005/12/21 01:40:23 millert Exp $ */ /* David Leonard , 1999. Public domain. */ #include #include -#include +#include int _ptrace(int, pid_t, caddr_t, int); -- cgit v1.2.3-59-g8ed1b