diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
| commit | fbe312c9f723b704a542825383058d1a2eb63f94 (patch) | |
| tree | 75a1eed171f3429a80cbd90080a43f6c28efc318 /usr.bin/rpcgen | |
| parent | 6231be0ccfe7ad37d0831269e4499b6be61ea6ba (diff) | |
Diffstat (limited to 'usr.bin/rpcgen')
| -rw-r--r-- | usr.bin/rpcgen/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_clntout.c | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_cout.c | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_hout.c | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_main.c | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_parse.c | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_parse.h | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_scan.c | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_scan.h | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_svcout.c | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_util.c | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpc_util.h | 2 | ||||
| -rw-r--r-- | usr.bin/rpcgen/rpcgen.1 | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index 3379b2751b15..2ab5648e225f 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/08/07 18:01:27 wollman Exp $ +# Makefile,v 1.2 1995/05/30 06:33:08 rgrimes Exp PROG= rpcgen SRCS= rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_scan.c \ diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index b410fa311832..efdb5690911e 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_clntout.c 1.2 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_clntout.c,v 1.1 1994/08/07 18:01:28 wollman Exp $"; +static char rcsid[] = "rpc_clntout.c,v 1.2 1995/05/30 06:33:09 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index 734b2d2cca54..4d93fca4cb10 100644 --- a/usr.bin/rpcgen/rpc_cout.c +++ b/usr.bin/rpcgen/rpc_cout.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_cout.c 1.8 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_cout.c,v 1.1 1994/08/07 18:01:29 wollman Exp $"; +static char rcsid[] = "rpc_cout.c,v 1.2 1995/05/30 06:33:10 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index 9c2cd4edca74..c21a0e23a35a 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_hout.c 1.6 87/07/28 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_hout.c,v 1.1 1994/08/07 18:01:30 wollman Exp $"; +static char rcsid[] = "rpc_hout.c,v 1.2 1995/05/30 06:33:11 rgrimes Exp"; #endif static int pconstdef(), pstructdef(), puniondef(), pdefine(), pprogramdef(), diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index 1344eb4277a7..f221ae26e489 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_main.c 1.7 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_main.c,v 1.2 1995/03/04 17:47:49 nate Exp $"; +static char rcsid[] = "rpc_main.c,v 1.3 1995/05/30 06:33:12 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index d042b586ba8c..1256ffcc99fe 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_parse.c 1.4 87/04/28 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_parse.c,v 1.2 1995/05/15 00:03:32 ache Exp $"; +static char rcsid[] = "rpc_parse.c,v 1.3 1995/05/30 06:33:14 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_parse.h b/usr.bin/rpcgen/rpc_parse.h index 38b8644b8406..376ea1f3278c 100644 --- a/usr.bin/rpcgen/rpc_parse.h +++ b/usr.bin/rpcgen/rpc_parse.h @@ -27,7 +27,7 @@ * Mountain View, California 94043 * * from: @(#)rpc_parse.h 1.3 87/03/09 (C) 1987 SMI - * $Id: rpc_parse.h,v 1.1 1994/08/07 18:01:33 wollman Exp $ + * rpc_parse.h,v 1.2 1995/05/30 06:33:14 rgrimes Exp */ /* diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c index 6450ab25a6d2..5ad8cac1c4b6 100644 --- a/usr.bin/rpcgen/rpc_scan.c +++ b/usr.bin/rpcgen/rpc_scan.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_scan.c 1.6 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_scan.c,v 1.1 1994/08/07 18:01:34 wollman Exp $"; +static char rcsid[] = "rpc_scan.c,v 1.2 1995/05/30 06:33:15 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_scan.h b/usr.bin/rpcgen/rpc_scan.h index 579df0f705f3..ddca7690cbe2 100644 --- a/usr.bin/rpcgen/rpc_scan.h +++ b/usr.bin/rpcgen/rpc_scan.h @@ -28,7 +28,7 @@ * * from: @(#)rpc_scan.h 1.3 87/03/09 (C) 1987 SMI * from: @(#)rpc_scan.h 2.1 88/08/01 4.0 RPCSRC - * $Id: rpc_scan.h,v 1.1 1994/08/07 18:01:35 wollman Exp $ + * rpc_scan.h,v 1.2 1995/05/30 06:33:18 rgrimes Exp */ /* diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index c27fff06b665..e710f32324ad 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_svcout.c 1.6 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_svcout.c,v 1.2 1995/03/04 17:47:50 nate Exp $"; +static char rcsid[] = "rpc_svcout.c,v 1.3 1995/05/30 06:33:20 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index fb3307d158c1..df90dde7cb73 100644 --- a/usr.bin/rpcgen/rpc_util.c +++ b/usr.bin/rpcgen/rpc_util.c @@ -29,7 +29,7 @@ */ #ifndef lint /*static char sccsid[] = "from: @(#)rpc_util.c 1.5 87/06/24 (C) 1987 SMI";*/ -static char rcsid[] = "$Id: rpc_util.c,v 1.1 1994/08/07 18:01:37 wollman Exp $"; +static char rcsid[] = "rpc_util.c,v 1.2 1995/05/30 06:33:21 rgrimes Exp"; #endif /* diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h index 8aeea3516ccb..f138bd9def6b 100644 --- a/usr.bin/rpcgen/rpc_util.h +++ b/usr.bin/rpcgen/rpc_util.h @@ -28,7 +28,7 @@ * * from: @(#)rpc_util.h 1.6 87/06/24 (C) 1987 SMI * from: @(#)rpc_util.h 2.1 88/08/01 4.0 RPCSRC - * $Id: rpc_util.h,v 1.1 1994/08/07 18:01:38 wollman Exp $ + * rpc_util.h,v 1.2 1995/05/30 06:33:22 rgrimes Exp */ /* diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index 5fd9274c740f..149031050454 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,5 +1,5 @@ .\" from: @(#)rpcgen.1 2.2 88/08/02 4.0 RPCSRC -.\" $Id: rpcgen.1,v 1.1 1993/09/13 23:20:21 jtc Exp $ +.\" rpcgen.1,v 1.1 1994/08/07 18:01:39 wollman Exp .\" .Dd January 18, 1988 .Dt RPCGEN 1 |
