diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/rpcgen | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r-- | usr.bin/rpcgen/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_clntout.c | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_cout.c | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_hout.c | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_parse.c | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_parse.h | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_sample.c | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_scan.c | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_scan.h | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_svcout.c | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_tblout.c | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_util.c | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpc_util.h | 1 | ||||
-rw-r--r-- | usr.bin/rpcgen/rpcgen.1 | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index 948fb3717f4..c9210fd9904 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:38:34 deraadt Exp $ # $NetBSD: Makefile,v 1.4 1995/06/11 21:49:50 pk Exp $ # PROG= rpcgen diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index 82db704c0fa..edcfde7c68b 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_clntout.c,v 1.2 1996/06/26 05:38:35 deraadt Exp $ */ /* $NetBSD: rpc_clntout.c,v 1.4 1995/06/11 21:49:52 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index b242b42f545..cdbf2819a45 100644 --- a/usr.bin/rpcgen/rpc_cout.c +++ b/usr.bin/rpcgen/rpc_cout.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_cout.c,v 1.2 1996/06/26 05:38:35 deraadt Exp $ */ /* $NetBSD: rpc_cout.c,v 1.5 1995/08/29 23:05:49 cgd Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index 4b378404864..7750796f736 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_hout.c,v 1.2 1996/06/26 05:38:36 deraadt Exp $ */ /* $NetBSD: rpc_hout.c,v 1.4 1995/06/11 21:49:55 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index 0916b0d7686..809d3b16bca 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_parse.c,v 1.2 1996/06/26 05:38:37 deraadt Exp $ */ /* $NetBSD: rpc_parse.c,v 1.5 1995/08/29 23:05:55 cgd Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_parse.h b/usr.bin/rpcgen/rpc_parse.h index faa651b78c8..4946c2bcb56 100644 --- a/usr.bin/rpcgen/rpc_parse.h +++ b/usr.bin/rpcgen/rpc_parse.h @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_parse.h,v 1.2 1996/06/26 05:38:37 deraadt Exp $ */ /* $NetBSD: rpc_parse.h,v 1.3 1995/06/11 21:50:00 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_sample.c b/usr.bin/rpcgen/rpc_sample.c index 4100fcb68ec..1d4d3ffe8d6 100644 --- a/usr.bin/rpcgen/rpc_sample.c +++ b/usr.bin/rpcgen/rpc_sample.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_sample.c,v 1.2 1996/06/26 05:38:38 deraadt Exp $ */ /* $NetBSD: rpc_sample.c,v 1.2 1995/06/11 21:50:01 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c index b46327c5afe..e6082295386 100644 --- a/usr.bin/rpcgen/rpc_scan.c +++ b/usr.bin/rpcgen/rpc_scan.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_scan.c,v 1.2 1996/06/26 05:38:39 deraadt Exp $ */ /* $NetBSD: rpc_scan.c,v 1.4 1995/06/11 21:50:02 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_scan.h b/usr.bin/rpcgen/rpc_scan.h index 4024090990d..7bdc7c22a13 100644 --- a/usr.bin/rpcgen/rpc_scan.h +++ b/usr.bin/rpcgen/rpc_scan.h @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_scan.h,v 1.2 1996/06/26 05:38:39 deraadt Exp $ */ /* $NetBSD: rpc_scan.h,v 1.3 1995/06/11 21:50:04 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index 32ef9dbc47a..334135eb56c 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_svcout.c,v 1.2 1996/06/26 05:38:40 deraadt Exp $ */ /* $NetBSD: rpc_svcout.c,v 1.7 1995/06/24 14:59:59 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_tblout.c b/usr.bin/rpcgen/rpc_tblout.c index 8fcbbc0f526..6218104a570 100644 --- a/usr.bin/rpcgen/rpc_tblout.c +++ b/usr.bin/rpcgen/rpc_tblout.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_tblout.c,v 1.2 1996/06/26 05:38:41 deraadt Exp $ */ /* $NetBSD: rpc_tblout.c,v 1.3 1995/06/24 15:00:15 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index 07297675eea..e71ac973466 100644 --- a/usr.bin/rpcgen/rpc_util.c +++ b/usr.bin/rpcgen/rpc_util.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_util.c,v 1.2 1996/06/26 05:38:41 deraadt Exp $ */ /* $NetBSD: rpc_util.c,v 1.6 1995/08/29 23:05:57 cgd Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h index 4c1de4e1ee4..9eaa5a917e7 100644 --- a/usr.bin/rpcgen/rpc_util.h +++ b/usr.bin/rpcgen/rpc_util.h @@ -1,3 +1,4 @@ +/* $OpenBSD: rpc_util.h,v 1.2 1996/06/26 05:38:42 deraadt Exp $ */ /* $NetBSD: rpc_util.h,v 1.3 1995/06/11 21:50:10 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index e17efab0ee7..25321165d58 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: rpcgen.1,v 1.3 1996/06/26 05:38:42 deraadt Exp $ .\" $NetBSD: rpcgen.1,v 1.5.2.1 1995/12/05 02:51:02 jtc Exp $ .\" from: @(#)rpcgen.new.1 1.1 90/11/09 TIRPC 1.0; from 40.10 of 10/10/89 .\" Copyright (c) 1988,1990 Sun Microsystems, Inc. - All Rights Reserved. |