diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-04-02 21:41:44 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-04-02 21:41:44 +0000 |
| commit | 9f5afc134f0b1f87d1e6dfcaff8452332b12bf5c (patch) | |
| tree | d315e08adb778e394a4f146ec7b78f3a29f3e72f | |
| parent | a7d51bb8c8dbe9b442bd20578893ead05024f6ce (diff) | |
Notes
| -rw-r--r-- | lib/libc/rpc/auth_des.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/auth_none.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/auth_unix.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/clnt_dg.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/clnt_generic.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/clnt_raw.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/clnt_simple.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/clnt_vc.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/getnetconfig.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/key_call.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/mt_misc.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/rpc_generic.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/rpc_soc.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/rpcb_clnt.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/svc.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/svc_auth.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/svc_auth_des.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/svc_dg.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/svc_generic.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/svc_raw.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/svc_run.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/svc_simple.c | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/svc_vc.c | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/lib/libc/rpc/auth_des.c b/lib/libc/rpc/auth_des.c index e154cd2fe315..e7aef6419504 100644 --- a/lib/libc/rpc/auth_des.c +++ b/lib/libc/rpc/auth_des.c @@ -33,8 +33,8 @@ /* * auth_des.c, client-side implementation of DES authentication */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <err.h> #include <errno.h> #include <string.h> diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index 403e00d571f4..666c8d7cf216 100644 --- a/lib/libc/rpc/auth_none.c +++ b/lib/libc/rpc/auth_none.c @@ -44,8 +44,8 @@ static char *sccsid = "@(#)auth_none.c 2.1 88/07/29 4.0 RPCSRC"; * Copyright (C) 1984, Sun Microsystems, Inc. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <assert.h> #include <stdlib.h> #include <rpc/types.h> diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index 37d0ce9f0983..0bf99b22354b 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -48,8 +48,8 @@ static char *sccsid = "@(#)auth_unix.c 2.2 88/08/01 4.0 RPCSRC"; * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/param.h> #include <assert.h> diff --git a/lib/libc/rpc/clnt_dg.c b/lib/libc/rpc/clnt_dg.c index 0ee84d8e9ffb..2b077555c1dd 100644 --- a/lib/libc/rpc/clnt_dg.c +++ b/lib/libc/rpc/clnt_dg.c @@ -45,8 +45,8 @@ static char sccsid[] = "@(#)clnt_dg.c 1.19 89/03/16 Copyr 1988 Sun Micro"; * Implements a connectionless client side RPC. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/poll.h> #include <sys/types.h> #include <sys/time.h> diff --git a/lib/libc/rpc/clnt_generic.c b/lib/libc/rpc/clnt_generic.c index 696ea541a2ed..f1f9364996f6 100644 --- a/lib/libc/rpc/clnt_generic.c +++ b/lib/libc/rpc/clnt_generic.c @@ -40,8 +40,8 @@ static char *rcsid = "$FreeBSD$"; /* * Copyright (c) 1986-1991 by Sun Microsystems Inc. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c index 01dfc7997d0a..a847a8032091 100644 --- a/lib/libc/rpc/clnt_raw.c +++ b/lib/libc/rpc/clnt_raw.c @@ -47,8 +47,8 @@ static char *rcsid = "$FreeBSD$"; * any interference from the kernal. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <assert.h> #include <err.h> #include <stdio.h> diff --git a/lib/libc/rpc/clnt_simple.c b/lib/libc/rpc/clnt_simple.c index 09b65fc0b0d0..f8c29d024f36 100644 --- a/lib/libc/rpc/clnt_simple.c +++ b/lib/libc/rpc/clnt_simple.c @@ -44,8 +44,8 @@ static char *rcsid = "$FreeBSD$"; * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/param.h> #include <stdio.h> #include <errno.h> diff --git a/lib/libc/rpc/clnt_vc.c b/lib/libc/rpc/clnt_vc.c index 737e3c706fe2..2a2fce85382d 100644 --- a/lib/libc/rpc/clnt_vc.c +++ b/lib/libc/rpc/clnt_vc.c @@ -56,8 +56,8 @@ static char sccsid[] = "@(#)clnt_vc.c 1.19 89/03/16 Copyr 1988 Sun Micro"; * Now go hang yourself. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/poll.h> #include <sys/syslog.h> diff --git a/lib/libc/rpc/getnetconfig.c b/lib/libc/rpc/getnetconfig.c index 36ea79362c9a..3fbb39a4c6bf 100644 --- a/lib/libc/rpc/getnetconfig.c +++ b/lib/libc/rpc/getnetconfig.c @@ -40,8 +40,8 @@ static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI"; * Copyright (c) 1989 by Sun Microsystems, Inc. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/cdefs.h> #include <stdio.h> #include <errno.h> diff --git a/lib/libc/rpc/key_call.c b/lib/libc/rpc/key_call.c index 86cd5977801c..ef0f241fa1e6 100644 --- a/lib/libc/rpc/key_call.c +++ b/lib/libc/rpc/key_call.c @@ -46,8 +46,8 @@ static char rcsid[] = * gendeskey(deskey) - generate a secure des key */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <stdio.h> #include <stdlib.h> #include <unistd.h> diff --git a/lib/libc/rpc/mt_misc.c b/lib/libc/rpc/mt_misc.c index 5abf831fd750..4c6f5bba8407 100644 --- a/lib/libc/rpc/mt_misc.c +++ b/lib/libc/rpc/mt_misc.c @@ -3,8 +3,8 @@ /* #pragma ident "@(#)mt_misc.c 1.24 93/04/29 SMI" */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <rpc/rpc.h> #include <sys/time.h> #include <stdlib.h> diff --git a/lib/libc/rpc/rpc_generic.c b/lib/libc/rpc/rpc_generic.c index 790bbc59683f..32755680d7a0 100644 --- a/lib/libc/rpc/rpc_generic.c +++ b/lib/libc/rpc/rpc_generic.c @@ -40,8 +40,8 @@ * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> diff --git a/lib/libc/rpc/rpc_soc.c b/lib/libc/rpc/rpc_soc.c index 4d80f006348b..b342cce57f71 100644 --- a/lib/libc/rpc/rpc_soc.c +++ b/lib/libc/rpc/rpc_soc.c @@ -55,8 +55,8 @@ static char sccsid[] = "@(#)rpc_soc.c 1.41 89/05/02 Copyr 1988 Sun Micro"; * of TLI/Streams */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/socket.h> #include <stdio.h> diff --git a/lib/libc/rpc/rpcb_clnt.c b/lib/libc/rpc/rpcb_clnt.c index 2fdc74ff391c..6ad34f394db6 100644 --- a/lib/libc/rpc/rpcb_clnt.c +++ b/lib/libc/rpc/rpcb_clnt.c @@ -49,8 +49,8 @@ static char sccsid[] = "@(#)rpcb_clnt.c 1.30 89/06/21 Copyr 1988 Sun Micro"; * Copyright (C) 1988, Sun Microsystems, Inc. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index 6e57245a4dd5..fe4d37dae9d9 100644 --- a/lib/libc/rpc/svc.c +++ b/lib/libc/rpc/svc.c @@ -45,8 +45,8 @@ static char *rcsid = "$FreeBSD$"; * Copyright (C) 1984, Sun Microsystems, Inc. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/poll.h> #include <assert.h> diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 48d65b0a839b..d36ea7974e99 100644 --- a/lib/libc/rpc/svc_auth.c +++ b/lib/libc/rpc/svc_auth.c @@ -46,8 +46,8 @@ static const char rcsid[] = "$FreeBSD$"; * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <rpc/rpc.h> #include <stdlib.h> diff --git a/lib/libc/rpc/svc_auth_des.c b/lib/libc/rpc/svc_auth_des.c index 0d363c132bac..469bf65d352b 100644 --- a/lib/libc/rpc/svc_auth_des.c +++ b/lib/libc/rpc/svc_auth_des.c @@ -46,8 +46,8 @@ * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <string.h> #include <stdlib.h> #include <stdio.h> diff --git a/lib/libc/rpc/svc_dg.c b/lib/libc/rpc/svc_dg.c index 03ace97f964c..cf828a4d8b52 100644 --- a/lib/libc/rpc/svc_dg.c +++ b/lib/libc/rpc/svc_dg.c @@ -43,8 +43,8 @@ * Does some caching in the hopes of achieving execute-at-most-once semantics. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/socket.h> #include <rpc/rpc.h> diff --git a/lib/libc/rpc/svc_generic.c b/lib/libc/rpc/svc_generic.c index 773118d62e36..13ab43dccbca 100644 --- a/lib/libc/rpc/svc_generic.c +++ b/lib/libc/rpc/svc_generic.c @@ -47,8 +47,8 @@ static char sccsid[] = "@(#)svc_generic.c 1.21 89/02/28 Copyr 1988 Sun Micro"; * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c index 5ab10f8a77dc..63017c2a313e 100644 --- a/lib/libc/rpc/svc_raw.c +++ b/lib/libc/rpc/svc_raw.c @@ -49,8 +49,8 @@ static char *rcsid = "$FreeBSD$"; * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <rpc/rpc.h> #include <sys/types.h> #include <rpc/raw.h> diff --git a/lib/libc/rpc/svc_run.c b/lib/libc/rpc/svc_run.c index 78862fe0410d..08f37762a3be 100644 --- a/lib/libc/rpc/svc_run.c +++ b/lib/libc/rpc/svc_run.c @@ -40,8 +40,8 @@ static char *rcsid = "$FreeBSD$"; * This is the rpc server side idle loop * Wait for input, call server program. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <err.h> #include <errno.h> #include <rpc/rpc.h> diff --git a/lib/libc/rpc/svc_simple.c b/lib/libc/rpc/svc_simple.c index fec87b7fcf29..83118bc067c1 100644 --- a/lib/libc/rpc/svc_simple.c +++ b/lib/libc/rpc/svc_simple.c @@ -47,8 +47,8 @@ * for the given prognum and procnum. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <rpc/rpc.h> #include <rpc/nettype.h> diff --git a/lib/libc/rpc/svc_vc.c b/lib/libc/rpc/svc_vc.c index e867bf1501d7..052678b49537 100644 --- a/lib/libc/rpc/svc_vc.c +++ b/lib/libc/rpc/svc_vc.c @@ -44,8 +44,8 @@ static char *sccsid = "@(#)svc_tcp.c 2.2 88/08/01 4.0 RPCSRC"; * and a record/tcp stream. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/param.h> #include <sys/poll.h> |
