summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-10-26 00:55:40 +0000
committercgd <cgd@NetBSD.org>1994-10-26 00:55:40 +0000
commit4d2cbfce0a3370a71b0c10bcc093d43be0fae483 (patch)
treea18537cc1fb44c62161104acb79c57f5d55c6e88
parent0642794c52ebddd38ef6328fa391cc84c614dfcf (diff)
new RCS ID format.
-rw-r--r--gnu/usr.bin/ld/rtld/link.h4
-rw-r--r--include/Makefile5
-rw-r--r--include/a.out.h5
-rw-r--r--include/ar.h5
-rw-r--r--include/arpa/ftp.h5
-rw-r--r--include/arpa/inet.h5
-rw-r--r--include/arpa/nameser.h5
-rw-r--r--include/arpa/telnet.h5
-rw-r--r--include/arpa/tftp.h5
-rw-r--r--include/assert.h5
-rw-r--r--include/bitstring.h5
-rw-r--r--include/bm.h5
-rw-r--r--include/ctype.h5
-rw-r--r--include/db.h2
-rw-r--r--include/dirent.h5
-rw-r--r--include/disktab.h5
-rw-r--r--include/err.h5
-rw-r--r--include/fnmatch.h5
-rw-r--r--include/fstab.h5
-rw-r--r--include/fts.h5
-rw-r--r--include/glob.h5
-rw-r--r--include/grp.h5
-rw-r--r--include/kvm.h2
-rw-r--r--include/langinfo.h2
-rw-r--r--include/limits.h5
-rw-r--r--include/link.h4
-rw-r--r--include/link_aout.h4
-rw-r--r--include/locale.h5
-rw-r--r--include/malloc.h2
-rw-r--r--include/math.h5
-rw-r--r--include/memory.h5
-rw-r--r--include/mpool.h2
-rw-r--r--include/ndbm.h5
-rw-r--r--include/netdb.h5
-rw-r--r--include/nl_types.h2
-rw-r--r--include/nlist.h5
-rw-r--r--include/paths.h5
-rw-r--r--include/protocols/dumprestore.h5
-rw-r--r--include/protocols/routed.h5
-rw-r--r--include/protocols/rwhod.h5
-rw-r--r--include/protocols/talkd.h5
-rw-r--r--include/protocols/timed.h5
-rw-r--r--include/pwd.h5
-rw-r--r--include/ranlib.h5
-rw-r--r--include/regex.h2
-rw-r--r--include/regexp.h5
-rw-r--r--include/resolv.h5
-rw-r--r--include/rpc/auth.h5
-rw-r--r--include/rpc/auth_unix.h5
-rw-r--r--include/rpc/clnt.h5
-rw-r--r--include/rpc/pmap_clnt.h5
-rw-r--r--include/rpc/pmap_prot.h5
-rw-r--r--include/rpc/pmap_rmt.h5
-rw-r--r--include/rpc/rpc.h5
-rw-r--r--include/rpc/rpc_msg.h5
-rw-r--r--include/rpc/svc.h5
-rw-r--r--include/rpc/svc_auth.h5
-rw-r--r--include/rpc/types.h5
-rw-r--r--include/rpc/xdr.h5
-rw-r--r--include/rpcsvc/yp_prot.h4
-rw-r--r--include/rpcsvc/ypclnt.h4
-rw-r--r--include/search.h4
-rw-r--r--include/setjmp.h5
-rw-r--r--include/sgtty.h5
-rw-r--r--include/signal.h2
-rw-r--r--include/stab.h5
-rw-r--r--include/stddef.h5
-rw-r--r--include/stdio.h5
-rw-r--r--include/stdlib.h5
-rw-r--r--include/string.h5
-rw-r--r--include/strings.h5
-rw-r--r--include/struct.h5
-rw-r--r--include/sysexits.h5
-rw-r--r--include/time.h5
-rw-r--r--include/ttyent.h5
-rw-r--r--include/tzfile.h5
-rw-r--r--include/unistd.h5
-rw-r--r--include/utime.h5
-rw-r--r--include/utmp.h5
-rw-r--r--include/vis.h5
-rw-r--r--libexec/ld.aout_so/link.h4
81 files changed, 227 insertions, 147 deletions
diff --git a/gnu/usr.bin/ld/rtld/link.h b/gnu/usr.bin/ld/rtld/link.h
index 6abeb4e781f..e32def35316 100644
--- a/gnu/usr.bin/ld/rtld/link.h
+++ b/gnu/usr.bin/ld/rtld/link.h
@@ -1,3 +1,5 @@
+/* $NetBSD: link.h,v 1.5 1994/10/26 00:56:01 cgd Exp $ */
+
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -26,8 +28,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id: link.h,v 1.4 1994/05/24 10:47:48 pk Exp $
*/
/*
diff --git a/include/Makefile b/include/Makefile
index 096e391d019..9ddfd364bab 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,6 @@
-# from: @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
-# $Id: Makefile,v 1.47 1994/10/15 04:57:10 cgd Exp $
+# $NetBSD: Makefile,v 1.48 1994/10/26 00:55:40 cgd Exp $
+
+# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
# Doing a make install builds /usr/include
#
diff --git a/include/a.out.h b/include/a.out.h
index c087280d560..b556657c565 100644
--- a/include/a.out.h
+++ b/include/a.out.h
@@ -1,3 +1,5 @@
+/* $NetBSD: a.out.h,v 1.15 1994/10/26 00:55:42 cgd Exp $ */
+
/*-
* Copyright (c) 1993 Theo de Raadt
* Copyright (c) 1991 The Regents of the University of California.
@@ -31,8 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)a.out.h 5.6 (Berkeley) 4/30/91
- * $Id: a.out.h,v 1.14 1994/07/01 01:29:41 deraadt Exp $
+ * @(#)a.out.h 5.6 (Berkeley) 4/30/91
*/
#ifndef _AOUT_H_
diff --git a/include/ar.h b/include/ar.h
index db9b338a77a..ac2e4ca920d 100644
--- a/include/ar.h
+++ b/include/ar.h
@@ -1,3 +1,5 @@
+/* $NetBSD: ar.h,v 1.4 1994/10/26 00:55:43 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -38,8 +40,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)ar.h 8.2 (Berkeley) 1/21/94
- * $Id: ar.h,v 1.3 1994/05/16 10:58:54 cgd Exp $
+ * @(#)ar.h 8.2 (Berkeley) 1/21/94
*/
#ifndef _AR_H_
diff --git a/include/arpa/ftp.h b/include/arpa/ftp.h
index 8176faa7443..1fd9010abad 100644
--- a/include/arpa/ftp.h
+++ b/include/arpa/ftp.h
@@ -1,3 +1,5 @@
+/* $NetBSD: ftp.h,v 1.3 1994/10/26 00:56:43 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1989 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)ftp.h 5.6 (Berkeley) 4/3/91
- * $Id: ftp.h,v 1.2 1993/08/01 18:46:23 mycroft Exp $
+ * @(#)ftp.h 5.6 (Berkeley) 4/3/91
*/
#ifndef _FTP_H_
diff --git a/include/arpa/inet.h b/include/arpa/inet.h
index b53ef16a30b..d84d62a1a61 100644
--- a/include/arpa/inet.h
+++ b/include/arpa/inet.h
@@ -1,3 +1,5 @@
+/* $NetBSD: inet.h,v 1.4 1994/10/26 00:56:44 cgd Exp $ */
+
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)inet.h 5.7 (Berkeley) 4/3/91
- * $Id: inet.h,v 1.3 1994/04/07 06:59:02 deraadt Exp $
+ * @(#)inet.h 5.7 (Berkeley) 4/3/91
*/
#ifndef _INET_H_
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h
index cdc2197f37c..b9db7ba583c 100644
--- a/include/arpa/nameser.h
+++ b/include/arpa/nameser.h
@@ -1,3 +1,5 @@
+/* $NetBSD: nameser.h,v 1.7 1994/10/26 00:56:45 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1989 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)nameser.h 5.25 (Berkeley) 4/3/91
- * $Id: nameser.h,v 1.6 1994/10/15 07:56:55 deraadt Exp $
+ * @(#)nameser.h 5.25 (Berkeley) 4/3/91
*/
#ifndef _NAMESER_H_
diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h
index 4b6e64a26e2..d19ff3eef66 100644
--- a/include/arpa/telnet.h
+++ b/include/arpa/telnet.h
@@ -1,3 +1,5 @@
+/* $NetBSD: telnet.h,v 1.4 1994/10/26 00:56:46 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)telnet.h 8.1 (Berkeley) 6/2/93
- * $Id: telnet.h,v 1.3 1994/02/25 02:31:18 cgd Exp $
+ * @(#)telnet.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _TELNET_H_
diff --git a/include/arpa/tftp.h b/include/arpa/tftp.h
index 32aa11691e0..9234c6c69ac 100644
--- a/include/arpa/tftp.h
+++ b/include/arpa/tftp.h
@@ -1,3 +1,5 @@
+/* $NetBSD: tftp.h,v 1.3 1994/10/26 00:56:48 cgd Exp $ */
+
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)tftp.h 5.4 (Berkeley) 4/3/91
- * $Id: tftp.h,v 1.2 1993/08/01 18:46:18 mycroft Exp $
+ * @(#)tftp.h 5.4 (Berkeley) 4/3/91
*/
#ifndef _TFTP_H_
diff --git a/include/assert.h b/include/assert.h
index e8f8f8d9ad5..8494ea0c286 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -1,3 +1,5 @@
+/* $NetBSD: assert.h,v 1.6 1994/10/26 00:55:44 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -35,8 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)assert.h 8.2 (Berkeley) 1/21/94
- * $Id: assert.h,v 1.5 1994/05/16 10:58:55 cgd Exp $
+ * @(#)assert.h 8.2 (Berkeley) 1/21/94
*/
/*
diff --git a/include/bitstring.h b/include/bitstring.h
index 0605094442b..5966a1d3f5d 100644
--- a/include/bitstring.h
+++ b/include/bitstring.h
@@ -1,3 +1,5 @@
+/* $NetBSD: bitstring.h,v 1.4 1994/10/26 00:55:45 cgd Exp $ */
+
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
@@ -17,8 +19,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * from: @(#)bitstring.h 5.2 (Berkeley) 4/4/90
- * $Id: bitstring.h,v 1.3 1993/08/01 18:44:58 mycroft Exp $
+ * @(#)bitstring.h 5.2 (Berkeley) 4/4/90
*/
#ifndef _BITSTRING_H_
diff --git a/include/bm.h b/include/bm.h
index 58a2d4056bd..2cdd5e83b60 100644
--- a/include/bm.h
+++ b/include/bm.h
@@ -1,3 +1,5 @@
+/* $NetBSD: bm.h,v 1.3 1994/10/26 00:55:46 cgd Exp $ */
+
/*-
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -33,8 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)bm.h 8.6 (Berkeley) 6/21/94
- * $Id: bm.h,v 1.2 1994/06/22 00:22:01 cgd Exp $
+ * @(#)bm.h 8.6 (Berkeley) 6/21/94
*/
#ifndef _BM_H_
diff --git a/include/ctype.h b/include/ctype.h
index 31bc88db8fd..4909fee52ed 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -1,3 +1,5 @@
+/* $NetBSD: ctype.h,v 1.14 1994/10/26 00:55:47 cgd Exp $ */
+
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
@@ -35,8 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)ctype.h 5.3 (Berkeley) 4/3/91
- * $Id: ctype.h,v 1.13 1994/05/16 10:58:56 cgd Exp $
+ * @(#)ctype.h 5.3 (Berkeley) 4/3/91
*/
#ifndef _CTYPE_H_
diff --git a/include/db.h b/include/db.h
index 252b5690084..21d43aaf04c 100644
--- a/include/db.h
+++ b/include/db.h
@@ -1,3 +1,5 @@
+/* $NetBSD: db.h,v 1.13 1994/10/26 00:55:48 cgd Exp $ */
+
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
diff --git a/include/dirent.h b/include/dirent.h
index baacdd263bb..c961187db77 100644
--- a/include/dirent.h
+++ b/include/dirent.h
@@ -1,3 +1,5 @@
+/* $NetBSD: dirent.h,v 1.7 1994/10/26 00:55:50 cgd Exp $ */
+
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)dirent.h 8.1 (Berkeley) 6/8/93
- * $Id: dirent.h,v 1.6 1994/08/29 18:11:08 mycroft Exp $
+ * @(#)dirent.h 8.1 (Berkeley) 6/8/93
*/
#ifndef _DIRENT_H_
diff --git a/include/disktab.h b/include/disktab.h
index 636f80c4201..364c4a0c3d9 100644
--- a/include/disktab.h
+++ b/include/disktab.h
@@ -1,3 +1,5 @@
+/* $NetBSD: disktab.h,v 1.3 1994/10/26 00:55:51 cgd Exp $ */
+
/*
* Copyright (c) 1983 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)disktab.h 5.6 (Berkeley) 4/20/91
- * $Id: disktab.h,v 1.2 1993/08/01 18:44:56 mycroft Exp $
+ * @(#)disktab.h 5.6 (Berkeley) 4/20/91
*/
#ifndef _DISKTAB_H_
diff --git a/include/err.h b/include/err.h
index e4e5fbb25fc..b903562a20e 100644
--- a/include/err.h
+++ b/include/err.h
@@ -1,3 +1,5 @@
+/* $NetBSD: err.h,v 1.11 1994/10/26 00:55:52 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)err.h 8.1 (Berkeley) 6/2/93
- * $Id: err.h,v 1.10 1994/10/19 03:44:57 cgd Exp $
+ * @(#)err.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _ERR_H_
diff --git a/include/fnmatch.h b/include/fnmatch.h
index 6925d98cd12..87d0a2b4d4e 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -1,3 +1,5 @@
+/* $NetBSD: fnmatch.h,v 1.5 1994/10/26 00:55:53 cgd Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)fnmatch.h 8.1 (Berkeley) 6/2/93
- * $Id: fnmatch.h,v 1.4 1993/11/11 03:25:48 jtc Exp $
+ * @(#)fnmatch.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _FNMATCH_H_
diff --git a/include/fstab.h b/include/fstab.h
index 57d86afb801..4043d7abf22 100644
--- a/include/fstab.h
+++ b/include/fstab.h
@@ -1,3 +1,5 @@
+/* $NetBSD: fstab.h,v 1.3 1994/10/26 00:55:53 cgd Exp $ */
+
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)fstab.h 5.12 (Berkeley) 4/3/91
- * $Id: fstab.h,v 1.2 1993/08/01 18:44:54 mycroft Exp $
+ * @(#)fstab.h 5.12 (Berkeley) 4/3/91
*/
#ifndef _FSTAB_H_
diff --git a/include/fts.h b/include/fts.h
index b543bb4fb85..c5a234f606f 100644
--- a/include/fts.h
+++ b/include/fts.h
@@ -1,3 +1,5 @@
+/* $NetBSD: fts.h,v 1.4 1994/10/26 00:55:55 cgd Exp $ */
+
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)fts.h 8.1 (Berkeley) 6/2/93
- * $Id: fts.h,v 1.3 1993/11/06 01:06:12 cgd Exp $
+ * @(#)fts.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _FTS_H_
diff --git a/include/glob.h b/include/glob.h
index ef9e874feaf..92ac7a73f27 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -1,3 +1,5 @@
+/* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */
+
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -33,8 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)glob.h 8.1 (Berkeley) 6/2/93
- * $Id: glob.h,v 1.4 1993/11/06 01:11:43 cgd Exp $
+ * @(#)glob.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _GLOB_H_
diff --git a/include/grp.h b/include/grp.h
index 2b669fc3efd..2f1925c83ac 100644
--- a/include/grp.h
+++ b/include/grp.h
@@ -1,3 +1,5 @@
+/* $NetBSD: grp.h,v 1.6 1994/10/26 00:55:57 cgd Exp $ */
+
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -35,8 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)grp.h 8.2 (Berkeley) 1/21/94
- * $Id: grp.h,v 1.5 1994/05/16 23:43:17 cgd Exp $
+ * @(#)grp.h 8.2 (Berkeley) 1/21/94
*/
#ifndef _GRP_H_
diff --git a/include/kvm.h b/include/kvm.h
index 135c8603ed5..8ff2ad5bb80 100644
--- a/include/kvm.h
+++ b/include/kvm.h
@@ -1,3 +1,5 @@
+/* $NetBSD: kvm.h,v 1.6 1994/10/26 00:55:58 cgd Exp $ */
+
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/include/langinfo.h b/include/langinfo.h
index 15c47c25bc7..8da2d09801d 100644
--- a/include/langinfo.h
+++ b/include/langinfo.h
@@ -1,3 +1,5 @@
+/* $NetBSD: langinfo.h,v 1.2 1994/10/26 00:55:59 cgd Exp $ */
+
/*
* Copyright (c) 1994 Winning Strategies, Inc.
* All rights reserved.
diff --git a/include/limits.h b/include/limits.h
index 1448047e5a0..046ac292fff 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -1,3 +1,5 @@
+/* $NetBSD: limits.h,v 1.7 1994/10/26 00:56:00 cgd Exp $ */
+
/*
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)limits.h 5.9 (Berkeley) 4/3/91
- * $Id: limits.h,v 1.6 1994/10/05 17:24:47 jtc Exp $
+ * @(#)limits.h 5.9 (Berkeley) 4/3/91
*/
#ifndef _LIMITS_H_
diff --git a/include/link.h b/include/link.h
index 6abeb4e781f..e32def35316 100644
--- a/include/link.h
+++ b/include/link.h
@@ -1,3 +1,5 @@
+/* $NetBSD: link.h,v 1.5 1994/10/26 00:56:01 cgd Exp $ */
+
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -26,8 +28,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id: link.h,v 1.4 1994/05/24 10:47:48 pk Exp $
*/
/*
diff --git a/include/link_aout.h b/include/link_aout.h
index 40dbb1ab868..7490cd8e870 100644
--- a/include/link_aout.h
+++ b/include/link_aout.h
@@ -1,3 +1,5 @@
+/* $NetBSD: link_aout.h,v 1.5 1994/10/26 00:56:01 cgd Exp $ */
+
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -26,8 +28,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id: link_aout.h,v 1.4 1994/05/24 10:47:48 pk Exp $
*/
/*
diff --git a/include/locale.h b/include/locale.h
index a2629b9867b..4d68b26da61 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -1,3 +1,5 @@
+/* $NetBSD: locale.h,v 1.6 1994/10/26 00:56:02 cgd Exp $ */
+
/*
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)locale.h 5.2 (Berkeley) 2/24/91
- * $Id: locale.h,v 1.5 1994/09/29 05:00:37 jtc Exp $
+ * @(#)locale.h 5.2 (Berkeley) 2/24/91
*/
#ifndef _LOCALE_H_
diff --git a/include/malloc.h b/include/malloc.h
index 10fdc220d90..fd313a345c4 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -1,3 +1,3 @@
-/* $Id: malloc.h,v 1.2 1993/08/02 17:49:24 mycroft Exp $ */
+/* $NetBSD: malloc.h,v 1.3 1994/10/26 00:56:03 cgd Exp $ */
#include <stdlib.h>
diff --git a/include/math.h b/include/math.h
index ea7451878be..2701b7775dc 100644
--- a/include/math.h
+++ b/include/math.h
@@ -1,3 +1,5 @@
+/* $NetBSD: math.h,v 1.10 1994/10/26 00:56:05 cgd Exp $ */
+
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@@ -10,8 +12,7 @@
*/
/*
- * from: @(#)fdlibm.h 5.1 93/09/24
- * $Id: math.h,v 1.9 1994/08/10 20:48:16 jtc Exp $
+ * @(#)fdlibm.h 5.1 93/09/24
*/
#ifndef _MATH_H_
diff --git a/include/memory.h b/include/memory.h
index f28063f692a..cfd1fdb70e4 100644
--- a/include/memory.h
+++ b/include/memory.h
@@ -1,3 +1,5 @@
+/* $NetBSD: memory.h,v 1.3 1994/10/26 00:56:06 cgd Exp $ */
+
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)memory.h 5.5 (Berkeley) 6/1/90
- * $Id: memory.h,v 1.2 1993/08/01 18:44:48 mycroft Exp $
+ * @(#)memory.h 5.5 (Berkeley) 6/1/90
*/
#include <string.h>
diff --git a/include/mpool.h b/include/mpool.h
index 910e0782aa9..849729759b3 100644
--- a/include/mpool.h
+++ b/include/mpool.h
@@ -1,3 +1,5 @@
+/* $NetBSD: mpool.h,v 1.6 1994/10/26 00:56:07 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/include/ndbm.h b/include/ndbm.h
index a993b53e170..7a417263c6b 100644
--- a/include/ndbm.h
+++ b/include/ndbm.h
@@ -1,3 +1,5 @@
+/* $NetBSD: ndbm.h,v 1.5 1994/10/26 00:56:08 cgd Exp $ */
+
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -33,8 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)ndbm.h 8.1 (Berkeley) 6/2/93
- * $Id: ndbm.h,v 1.4 1993/08/01 18:44:46 mycroft Exp $
+ * @(#)ndbm.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _NDBM_H_
diff --git a/include/netdb.h b/include/netdb.h
index 597fc8df437..7d75add8775 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -1,3 +1,5 @@
+/* $NetBSD: netdb.h,v 1.4 1994/10/26 00:56:09 cgd Exp $ */
+
/*-
* Copyright (c) 1980, 1983, 1988 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)netdb.h 5.15 (Berkeley) 4/3/91
- * $Id: netdb.h,v 1.3 1994/04/07 06:58:29 deraadt Exp $
+ * @(#)netdb.h 5.15 (Berkeley) 4/3/91
*/
#ifndef _NETDB_H_
diff --git a/include/nl_types.h b/include/nl_types.h
index 0f79d7b844b..94d4195e1ef 100644
--- a/include/nl_types.h
+++ b/include/nl_types.h
@@ -1,3 +1,5 @@
+/* $NetBSD: nl_types.h,v 1.2 1994/10/26 00:56:10 cgd Exp $ */
+
/***********************************************************
Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts.
diff --git a/include/nlist.h b/include/nlist.h
index 0f0ab44eca4..e9c1691cb0b 100644
--- a/include/nlist.h
+++ b/include/nlist.h
@@ -1,3 +1,5 @@
+/* $NetBSD: nlist.h,v 1.5 1994/10/26 00:56:11 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -35,8 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)nlist.h 8.2 (Berkeley) 1/21/94
- * $Id: nlist.h,v 1.4 1994/10/19 20:29:41 pk Exp $
+ * @(#)nlist.h 8.2 (Berkeley) 1/21/94
*/
#ifndef _NLIST_H_
diff --git a/include/paths.h b/include/paths.h
index f28d400aa7e..95e6532eded 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -1,3 +1,5 @@
+/* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */
+
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)paths.h 8.1 (Berkeley) 6/2/93
- * $Id: paths.h,v 1.6 1994/09/30 02:17:51 jtc Exp $
+ * @(#)paths.h 8.1 (Berkeley) 6/2/93
*/
#ifndef _PATHS_H_
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h
index 73e5cd3e819..bc014cefaa4 100644
--- a/include/protocols/dumprestore.h
+++ b/include/protocols/dumprestore.h
@@ -1,3 +1,5 @@
+/* $NetBSD: dumprestore.h,v 1.6 1994/10/26 00:56:49 cgd Exp $ */
+
/*
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
@@ -35,8 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)dumprestore.h 8.2 (Berkeley) 1/21/94
- * $Id: dumprestore.h,v 1.5 1994/06/15 04:31:49 cgd Exp $
+ * @(#)dumprestore.h 8.2 (Berkeley) 1/21/94
*/
#ifndef _DUMPRESTORE_H_
diff --git a/include/protocols/routed.h b/include/protocols/routed.h
index 897d6e28650..7b272fb0d97 100644
--- a/include/protocols/routed.h
+++ b/include/protocols/routed.h
@@ -1,3 +1,5 @@
+/* $NetBSD: routed.h,v 1.3 1994/10/26 00:56:50 cgd Exp $ */
+
/*-
* Copyright (c) 1983, 1989 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)routed.h 5.3 (Berkeley) 4/3/91
- * $Id: routed.h,v 1.2 1993/08/01 18:46:09 mycroft Exp $
+ * @(#)routed.h 5.3 (Berkeley) 4/3/91
*/
#ifndef _ROUTED_H_
diff --git a/include/protocols/rwhod.h b/include/protocols/rwhod.h
index fbb1817f388..3833e59fce0 100644
--- a/include/protocols/rwhod.h
+++ b/include/protocols/rwhod.h
@@ -1,3 +1,5 @@
+/* $NetBSD: rwhod.h,v 1.3 1994/10/26 00:56:51 cgd Exp $ */
+
/*
* Copyright (c) 1983 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)rwhod.h 5.6 (Berkeley) 4/3/91
- * $Id: rwhod.h,v 1.2 1993/08/01 18:46:08 mycroft Exp $
+ * @(#)rwhod.h 5.6 (Berkeley) 4/3/91
*/
#ifndef _RWHOD_H_
diff --git a/include/protocols/talkd.h b/include/protocols/talkd.h
index 6566e927a70..b0e3a5ceebe 100644
--- a/include/protocols/talkd.h
+++ b/include/protocols/talkd.h
@@ -1,3 +1,5 @@
+/* $NetBSD: talkd.h,v 1.3 1994/10/26 00:56:52 cgd Exp $ */
+
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)talkd.h 5.7 (Berkeley) 4/3/91
- * $Id: talkd.h,v 1.2 1993/08/01 18:46:06 mycroft Exp $
+ * @(#)talkd.h 5.7 (Berkeley) 4/3/91
*/
#ifndef _TALKD_H_
diff --git a/include/protocols/timed.h b/include/protocols/timed.h
index c556b6d244b..427adffe4cf 100644
--- a/include/protocols/timed.h
+++ b/include/protocols/timed.h
@@ -1,3 +1,5 @@
+/* $NetBSD: timed.h,v 1.3 1994/10/26 00:56:53 cgd Exp $ */
+
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)timed.h 1.10 (Berkeley) 4/3/91
- * $Id: timed.h,v 1.2 1993/08/01 18:46:05 mycroft Exp $
+ * @(#)timed.h 1.10 (Berkeley) 4/3/91
*/
#ifndef _TIMED_H_
diff --git a/include/pwd.h b/include/pwd.h
index cf7c42e04ee..8c7d1d108b9 100644
--- a/include/pwd.h
+++ b/include/pwd.h
@@ -1,3 +1,5 @@
+/* $NetBSD: pwd.h,v 1.6 1994/10/26 00:56:13 cgd Exp $ */
+
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -35,8 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)pwd.h 8.2 (Berkeley) 1/21/94
- * $Id: pwd.h,v 1.5 1994/05/17 00:12:02 cgd Exp $
+ * @(#)pwd.h 8.2 (Berkeley) 1/21/94
*/
#ifndef _PWD_H_
diff --git a/include/ranlib.h b/include/ranlib.h
index 22695073187..894def33f7f 100644
--- a/include/ranlib.h
+++ b/include/ranlib.h
@@ -1,3 +1,5 @@
+/* $NetBSD: ranlib.h,v 1.4 1994/10/26 00:56:14 cgd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)ranlib.h 5.2 (Berkeley) 4/3/91
- * $Id: ranlib.h,v 1.3 1994/04/03 00:09:23 cgd Exp $
+ * @(#)ranlib.h 5.2 (Berkeley) 4/3/91
*/
#ifndef _RANLIB_H_
diff --git a/include/regex.h b/include/regex.h
index cf3639ed951..bcc3e57581c 100644
--- a/include/regex.h
+++ b/include/regex.h
@@ -1,3 +1,5 @@
+/* $NetBSD: regex.h,v 1.4 1994/10/26 00:56:14 cgd Exp $ */
+
/*-
* Copyright (c) 1992 Henry Spencer.
* Copyright (c) 1992, 1993
diff --git a/include/regexp.h b/include/regexp.h
index aaa3f252ed1..c1b6c3a1634 100644
--- a/include/regexp.h
+++ b/include/regexp.h
@@ -1,3 +1,5 @@
+/* $NetBSD: regexp.h,v 1.3 1994/10/26 00:56:15 cgd Exp $ */
+
/*
* Copyright (c) 1986 by University of Toronto.
* Copyright (c) 1989 The Regents of the University of California.
@@ -34,8 +36,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)regexp.h 5.2 (Berkeley) 4/3/91
- * $Id: regexp.h,v 1.2 1993/08/01 18:45:25 mycroft Exp $
+ * @(#)regexp.h 5.2 (Berkeley) 4/3/91
*/
#ifndef _REGEXP_H_
diff --git a/include/resolv.h b/include/resolv.h
index 6d5c94fcd69..4d2e543bbfa 100644
--- a/include/resolv.h
+++ b/include/resolv.h
@@ -1,3 +1,5 @@
+/* $NetBSD: resolv.h,v 1.8 1994/10/26 00:56:16 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1987, 1989 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)resolv.h 5.15 (Berkeley) 4/3/91
- * $Id: resolv.h,v 1.7 1994/10/19 03:46:42 cgd Exp $
+ * @(#)resolv.h 5.15 (Berkeley) 4/3/91
*/
#ifndef _RESOLV_H_
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index febc1cafda6..489d7c9bdd6 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -1,3 +1,5 @@
+/* $NetBSD: auth.h,v 1.5 1994/10/26 00:56:55 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)auth.h 1.17 88/02/08 SMI
- * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
- * $Id: auth.h,v 1.4 1993/12/07 05:41:23 deraadt Exp $
+ * @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/auth_unix.h b/include/rpc/auth_unix.h
index ed15ed81118..9c3e76b74ce 100644
--- a/include/rpc/auth_unix.h
+++ b/include/rpc/auth_unix.h
@@ -1,3 +1,5 @@
+/* $NetBSD: auth_unix.h,v 1.4 1994/10/26 00:56:56 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)auth_unix.h 1.8 88/02/08 SMI
- * from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
- * $Id: auth_unix.h,v 1.3 1993/08/01 18:46:00 mycroft Exp $
+ * @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h
index fef717c243d..f12b2ba054d 100644
--- a/include/rpc/clnt.h
+++ b/include/rpc/clnt.h
@@ -1,3 +1,5 @@
+/* $NetBSD: clnt.h,v 1.4 1994/10/26 00:56:57 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)clnt.h 1.31 88/02/08 SMI
- * from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: clnt.h,v 1.3 1993/08/01 18:45:58 mycroft Exp $
+ * @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h
index 896412dca75..1e31c672933 100644
--- a/include/rpc/pmap_clnt.h
+++ b/include/rpc/pmap_clnt.h
@@ -1,3 +1,5 @@
+/* $NetBSD: pmap_clnt.h,v 1.4 1994/10/26 00:56:58 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)pmap_clnt.h 1.11 88/02/08 SMI
- * from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: pmap_clnt.h,v 1.3 1993/08/01 18:45:57 mycroft Exp $
+ * @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h
index 5b84a4ba0bc..56d115aab94 100644
--- a/include/rpc/pmap_prot.h
+++ b/include/rpc/pmap_prot.h
@@ -1,3 +1,5 @@
+/* $NetBSD: pmap_prot.h,v 1.4 1994/10/26 00:57:00 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)pmap_prot.h 1.14 88/02/08 SMI
- * from: @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: pmap_prot.h,v 1.3 1993/08/01 18:45:55 mycroft Exp $
+ * @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/pmap_rmt.h b/include/rpc/pmap_rmt.h
index d377d29374f..f9b4d8c4bef 100644
--- a/include/rpc/pmap_rmt.h
+++ b/include/rpc/pmap_rmt.h
@@ -1,3 +1,5 @@
+/* $NetBSD: pmap_rmt.h,v 1.4 1994/10/26 00:57:01 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)pmap_rmt.h 1.2 88/02/08 SMI
- * from: @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: pmap_rmt.h,v 1.3 1993/08/01 18:45:59 mycroft Exp $
+ * @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index 9efed3573b4..b6b6a1587b0 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -1,3 +1,5 @@
+/* $NetBSD: rpc.h,v 1.4 1994/10/26 00:57:02 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)rpc.h 1.9 88/02/08 SMI
- * from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
- * $Id: rpc.h,v 1.3 1993/08/01 18:45:54 mycroft Exp $
+ * @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h
index 9a789a17cc3..ae20be7ac76 100644
--- a/include/rpc/rpc_msg.h
+++ b/include/rpc/rpc_msg.h
@@ -1,3 +1,5 @@
+/* $NetBSD: rpc_msg.h,v 1.4 1994/10/26 00:57:03 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)rpc_msg.h 1.7 86/07/16 SMI
- * from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: rpc_msg.h,v 1.3 1993/08/01 18:45:53 mycroft Exp $
+ * @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index 243d49cf6fa..c19db740d65 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -1,3 +1,5 @@
+/* $NetBSD: svc.h,v 1.4 1994/10/26 00:57:04 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)svc.h 1.20 88/02/08 SMI
- * from: @(#)svc.h 2.2 88/07/29 4.0 RPCSRC
- * $Id: svc.h,v 1.3 1993/08/01 18:45:52 mycroft Exp $
+ * @(#)svc.h 2.2 88/07/29 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h
index 485b18bfe57..a4d4a6310f5 100644
--- a/include/rpc/svc_auth.h
+++ b/include/rpc/svc_auth.h
@@ -1,3 +1,5 @@
+/* $NetBSD: svc_auth.h,v 1.4 1994/10/26 00:57:07 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)svc_auth.h 1.6 86/07/16 SMI
- * from: @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: svc_auth.h,v 1.3 1993/08/01 18:45:50 mycroft Exp $
+ * @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/types.h b/include/rpc/types.h
index 808badc8823..c85f54a3bb8 100644
--- a/include/rpc/types.h
+++ b/include/rpc/types.h
@@ -1,3 +1,5 @@
+/* $NetBSD: types.h,v 1.7 1994/10/26 00:57:07 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)types.h 1.18 87/07/24 SMI
- * from: @(#)types.h 2.3 88/08/15 4.0 RPCSRC
- * $Id: types.h,v 1.6 1993/12/06 08:40:00 cgd Exp $
+ * @(#)types.h 2.3 88/08/15 4.0 RPCSRC
*/
/*
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h
index 49b8525f2b3..44f42c3aee1 100644
--- a/include/rpc/xdr.h
+++ b/include/rpc/xdr.h
@@ -1,3 +1,5 @@
+/* $NetBSD: xdr.h,v 1.5 1994/10/26 00:57:08 cgd 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
@@ -27,8 +29,7 @@
* Mountain View, California 94043
*
* from: @(#)xdr.h 1.19 87/04/22 SMI
- * from: @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC
- * $Id: xdr.h,v 1.4 1994/08/09 00:49:47 jtc Exp $
+ * @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC
*/
/*
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h
index f8889e2b233..eb21decb966 100644
--- a/include/rpcsvc/yp_prot.h
+++ b/include/rpcsvc/yp_prot.h
@@ -1,3 +1,5 @@
+/* $NetBSD: yp_prot.h,v 1.5 1994/10/26 00:57:10 cgd Exp $ */
+
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
* All rights reserved.
@@ -27,8 +29,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: yp_prot.h,v 1.4 1994/05/25 09:54:17 deraadt Exp $
*/
#ifndef _YP_PROT_H_
diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h
index 78a2eb53609..38a2593bd9e 100644
--- a/include/rpcsvc/ypclnt.h
+++ b/include/rpcsvc/ypclnt.h
@@ -1,3 +1,5 @@
+/* $NetBSD: ypclnt.h,v 1.6 1994/10/26 00:57:11 cgd Exp $ */
+
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
* All rights reserved.
@@ -27,8 +29,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: ypclnt.h,v 1.5 1994/05/25 09:54:19 deraadt Exp $
*/
#ifndef _YPCLNT_H_
diff --git a/include/search.h b/include/search.h
index d4972e50999..7399027ddcb 100644
--- a/include/search.h
+++ b/include/search.h
@@ -1,3 +1,5 @@
+/* $NetBSD: search.h,v 1.6 1994/10/26 00:56:21 cgd Exp $ */
+
/*
* Copyright (c) 1993 Winning Strategies, Inc.
* All rights reserved.
@@ -26,8 +28,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id: search.h,v 1.5 1994/05/21 09:41:59 cgd Exp $
*/
#ifndef _SEARCH_H_
diff --git a/include/setjmp.h b/include/setjmp.h
index 404b2f84e32..314bf5ac814 100644
--- a/include/setjmp.h
+++ b/include/setjmp.h
@@ -1,3 +1,5 @@
+/* $NetBSD: setjmp.h,v 1.9 1994/10/26 00:56:22 cgd Exp $ */
+
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -35,8 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)setjmp.h 8.2 (Berkeley) 1/21/94
- * $Id: setjmp.h,v 1.8 1994/05/16 10:59:00 cgd Exp $
+ * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
*/
#ifndef _SETJMP_H_
diff --git a/include/sgtty.h b/include/sgtty.h
index c83a20214ee..b90081bc201 100644
--- a/include/sgtty.h
+++ b/include/sgtty.h
@@ -1,3 +1,5 @@
+/* $NetBSD: sgtty.h,v 1.3 1994/10/26 00:56:23 cgd Exp $ */
+
/*
* Copyright (c) 1985 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)sgtty.h 5.2 (Berkeley) 6/26/91
- * $Id: sgtty.h,v 1.2 1993/08/01 18:45:22 mycroft Exp $
+ * @(#)sgtty.h 5.2 (Berkeley) 6/26/91
*/
#ifndef USE_OLD_TTY
diff --git a/include/signal.h b/include/signal.h
index eb4b07b6a14..e170376b2a0 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -1,3 +1,5 @@
+/* $NetBSD: signal.h,v 1.3 1994/10/26 00:56:24 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/include/stab.h b/include/stab.h
index 68de3bdf1e0..6b9cb01b172 100644
--- a/include/stab.h
+++ b/include/stab.h
@@ -1,3 +1,5 @@
+/* $NetBSD: stab.h,v 1.4 1994/10/26 00:56:25 cgd Exp $ */
+
/*-
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)stab.h 5.2 (Berkeley) 4/4/91
- * $Id: stab.h,v 1.3 1993/08/01 18:45:21 mycroft Exp $
+ * @(#)stab.h 5.2 (Berkeley) 4/4/91
*/
#ifndef _STAB_H_
diff --git a/include/stddef.h b/include/stddef.h
index 5dd7ad0b26f..818be650e3d 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -1,3 +1,5 @@
+/* $NetBSD: stddef.h,v 1.4 1994/10/26 00:56:26 cgd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)stddef.h 5.5 (Berkeley) 4/3/91
- * $Id: stddef.h,v 1.3 1994/05/21 09:42:10 cgd Exp $
+ * @(#)stddef.h 5.5 (Berkeley) 4/3/91
*/
#ifndef _STDDEF_H_
diff --git a/include/stdio.h b/include/stdio.h
index a5f5c8400c7..24824e41855 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -1,3 +1,5 @@
+/* $NetBSD: stdio.h,v 1.14 1994/10/26 00:56:28 cgd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -33,8 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)stdio.h 5.17 (Berkeley) 6/3/91
- * $Id: stdio.h,v 1.13 1994/05/22 23:14:10 cgd Exp $
+ * @(#)stdio.h 5.17 (Berkeley) 6/3/91
*/
#ifndef _STDIO_H_
diff --git a/include/stdlib.h b/include/stdlib.h
index df05ab12969..fb409b6765a 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,3 +1,5 @@
+/* $NetBSD: stdlib.h,v 1.20 1994/10/26 00:56:29 cgd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)stdlib.h 5.13 (Berkeley) 6/4/91
- * $Id: stdlib.h,v 1.19 1994/08/07 23:17:56 jtc Exp $
+ * @(#)stdlib.h 5.13 (Berkeley) 6/4/91
*/
#ifndef _STDLIB_H_
diff --git a/include/string.h b/include/string.h
index 53686f95cef..b10294098b3 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,3 +1,5 @@
+/* $NetBSD: string.h,v 1.6 1994/10/26 00:56:30 cgd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)string.h 5.10 (Berkeley) 3/9/91
- * $Id: string.h,v 1.5 1994/08/02 05:03:46 jtc Exp $
+ * @(#)string.h 5.10 (Berkeley) 3/9/91
*/
#ifndef _STRING_H_
diff --git a/include/strings.h b/include/strings.h
index 60038a8b6e0..a4866f6e83b 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -1,3 +1,5 @@
+/* $NetBSD: strings.h,v 1.3 1994/10/26 00:56:31 cgd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)strings.h 5.8 (Berkeley) 5/15/90
- * $Id: strings.h,v 1.2 1993/08/01 18:45:14 mycroft Exp $
+ * @(#)strings.h 5.8 (Berkeley) 5/15/90
*/
#include <string.h>
diff --git a/include/struct.h b/include/struct.h
index 4915bb52b16..0a23b4a4605 100644
--- a/include/struct.h
+++ b/include/struct.h
@@ -1,3 +1,5 @@
+/* $NetBSD: struct.h,v 1.3 1994/10/26 00:56:32 cgd Exp $ */
+
/*-
* Copyright (c) 1983 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)struct.h 5.2 (Berkeley) 4/3/91
- * $Id: struct.h,v 1.2 1993/08/01 18:45:13 mycroft Exp $
+ * @(#)struct.h 5.2 (Berkeley) 4/3/91
*/
#ifndef _STRUCT_H_
diff --git a/include/sysexits.h b/include/sysexits.h
index 7d986718e0c..c4f522e2576 100644
--- a/include/sysexits.h
+++ b/include/sysexits.h
@@ -1,3 +1,5 @@
+/* $NetBSD: sysexits.h,v 1.4 1994/10/26 00:56:33 cgd Exp $ */
+
/*
* Copyright (c) 1987 Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)sysexits.h 4.8 (Berkeley) 4/3/91
- * $Id: sysexits.h,v 1.3 1993/08/01 18:45:12 mycroft Exp $
+ * @(#)sysexits.h 4.8 (Berkeley) 4/3/91
*/
#ifndef _SYSEXITS_H_
diff --git a/include/time.h b/include/time.h
index 67b34d10747..b99ce5d92e7 100644
--- a/include/time.h
+++ b/include/time.h
@@ -1,3 +1,5 @@
+/* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */
+
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
@@ -36,8 +38,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)time.h 5.12 (Berkeley) 3/9/91
- * $Id: time.h,v 1.8 1994/05/21 09:42:41 cgd Exp $
+ * @(#)time.h 5.12 (Berkeley) 3/9/91
*/
#ifndef _TIME_H_
diff --git a/include/ttyent.h b/include/ttyent.h
index 2f72ffa6e3d..de6a21e5084 100644
--- a/include/ttyent.h
+++ b/include/ttyent.h
@@ -1,3 +1,5 @@
+/* $NetBSD: ttyent.h,v 1.5 1994/10/26 00:56:36 cgd Exp $ */
+
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)ttyent.h 5.7 (Berkeley) 4/3/91
- * $Id: ttyent.h,v 1.4 1994/03/18 04:08:46 cgd Exp $
+ * @(#)ttyent.h 5.7 (Berkeley) 4/3/91
*/
#ifndef _TTYENT_H_
diff --git a/include/tzfile.h b/include/tzfile.h
index 48ce18faf50..7f796c55cc6 100644
--- a/include/tzfile.h
+++ b/include/tzfile.h
@@ -1,3 +1,5 @@
+/* $NetBSD: tzfile.h,v 1.3 1994/10/26 00:56:37 cgd Exp $ */
+
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@@ -33,8 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)tzfile.h 5.10 (Berkeley) 4/3/91
- * $Id: tzfile.h,v 1.2 1993/08/01 18:45:09 mycroft Exp $
+ * @(#)tzfile.h 5.10 (Berkeley) 4/3/91
*/
#ifndef _TZFILE_H_
diff --git a/include/unistd.h b/include/unistd.h
index ded72509a5d..55d13d48e35 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,3 +1,5 @@
+/* $NetBSD: unistd.h,v 1.22 1994/10/26 00:56:38 cgd Exp $ */
+
/*-
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)unistd.h 5.13 (Berkeley) 6/17/91
- * $Id: unistd.h,v 1.21 1994/10/19 03:45:20 cgd Exp $
+ * @(#)unistd.h 5.13 (Berkeley) 6/17/91
*/
#ifndef _UNISTD_H_
diff --git a/include/utime.h b/include/utime.h
index efaa99048d9..7085a30d238 100644
--- a/include/utime.h
+++ b/include/utime.h
@@ -1,3 +1,5 @@
+/* $NetBSD: utime.h,v 1.3 1994/10/26 00:56:39 cgd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)utime.h 5.4 (Berkeley) 4/3/91
- * $Id: utime.h,v 1.2 1993/08/01 18:45:07 mycroft Exp $
+ * @(#)utime.h 5.4 (Berkeley) 4/3/91
*/
#ifndef _UTIME_H_
diff --git a/include/utmp.h b/include/utmp.h
index e35f000164a..b24c1cfaf1e 100644
--- a/include/utmp.h
+++ b/include/utmp.h
@@ -1,3 +1,5 @@
+/* $NetBSD: utmp.h,v 1.6 1994/10/26 00:56:40 cgd Exp $ */
+
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
@@ -35,8 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)utmp.h 8.2 (Berkeley) 1/21/94
- * $Id: utmp.h,v 1.5 1994/10/19 03:43:38 cgd Exp $
+ * @(#)utmp.h 8.2 (Berkeley) 1/21/94
*/
#ifndef _UTMP_H_
diff --git a/include/vis.h b/include/vis.h
index 419e8842029..183439295c6 100644
--- a/include/vis.h
+++ b/include/vis.h
@@ -1,3 +1,5 @@
+/* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */
+
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)vis.h 5.9 (Berkeley) 4/3/91
- * $Id: vis.h,v 1.3 1993/08/03 21:53:59 mycroft Exp $
+ * @(#)vis.h 5.9 (Berkeley) 4/3/91
*/
#ifndef _VIS_H_
diff --git a/libexec/ld.aout_so/link.h b/libexec/ld.aout_so/link.h
index 6abeb4e781f..e32def35316 100644
--- a/libexec/ld.aout_so/link.h
+++ b/libexec/ld.aout_so/link.h
@@ -1,3 +1,5 @@
+/* $NetBSD: link.h,v 1.5 1994/10/26 00:56:01 cgd Exp $ */
+
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@ -26,8 +28,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id: link.h,v 1.4 1994/05/24 10:47:48 pk Exp $
*/
/*