add unintrusive Ids

This commit is contained in:
cgd 1995-02-27 13:19:23 +00:00
parent 7ce7ea9415
commit a954b0787c
22 changed files with 99 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 1995/02/27 13:19:23 cgd Exp $
# @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
#
CFLAGS+=-D__DBINTERFACE_PRIVATE

View File

@ -1 +1,2 @@
$NetBSD: README,v 1.2 1995/02/27 13:19:30 cgd Exp $
(was symlink to VERSION. -- cgd)

View File

@ -1,3 +1,4 @@
# $NetBSD: VERSION,v 1.7 1995/02/27 13:19:33 cgd Exp $
# @(#)VERSION 8.17 (Berkeley) 6/20/94
This is version 1.79 of the Berkeley DB code.

View File

@ -1,3 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 1995/02/27 13:19:53 cgd Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
.PATH: ${.CURDIR}/db/btree

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_close.c,v 1.6 1995/02/27 13:19:59 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_close.c 8.3 (Berkeley) 2/21/94";
#else
static char rcsid[] = "$NetBSD: bt_close.c,v 1.6 1995/02/27 13:19:59 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_conv.c,v 1.5 1995/02/27 13:20:04 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_conv.c 8.3 (Berkeley) 5/31/94";
#else
static char rcsid[] = "$NetBSD: bt_conv.c,v 1.5 1995/02/27 13:20:04 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_debug.c,v 1.5 1995/02/27 13:20:12 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_debug.c 8.3 (Berkeley) 5/31/94";
#else
static char rcsid[] = "$NetBSD: bt_debug.c,v 1.5 1995/02/27 13:20:12 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_delete.c,v 1.6 1995/02/27 13:20:16 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_delete.c 8.4 (Berkeley) 5/31/94";
#else
static char rcsid[] = "$NetBSD: bt_delete.c,v 1.6 1995/02/27 13:20:16 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_get.c,v 1.6 1995/02/27 13:20:22 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_get.c 8.2 (Berkeley) 9/7/93";
#else
static char rcsid[] = "$NetBSD: bt_get.c,v 1.6 1995/02/27 13:20:22 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_open.c,v 1.7 1995/02/27 13:20:27 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_open.c 8.7 (Berkeley) 6/16/94";
#else
static char rcsid[] = "$NetBSD: bt_open.c,v 1.7 1995/02/27 13:20:27 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_overflow.c,v 1.5 1995/02/27 13:20:33 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_overflow.c 8.4 (Berkeley) 6/20/94";
#else
static char rcsid[] = "$NetBSD: bt_overflow.c,v 1.5 1995/02/27 13:20:33 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_page.c,v 1.5 1995/02/27 13:20:36 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -32,7 +34,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_page.c 8.2 (Berkeley) 2/21/94";
#else
static char rcsid[] = "$NetBSD: bt_page.c,v 1.5 1995/02/27 13:20:36 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_put.c,v 1.7 1995/02/27 13:20:40 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_put.c 8.4 (Berkeley) 5/31/94";
#else
static char rcsid[] = "$NetBSD: bt_put.c,v 1.7 1995/02/27 13:20:40 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_search.c,v 1.7 1995/02/27 13:20:44 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_search.c 8.6 (Berkeley) 3/15/94";
#else
static char rcsid[] = "$NetBSD: bt_search.c,v 1.7 1995/02/27 13:20:44 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_seq.c,v 1.6 1995/02/27 13:20:51 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_seq.c 8.2 (Berkeley) 9/7/93";
#else
static char rcsid[] = "$NetBSD: bt_seq.c,v 1.6 1995/02/27 13:20:51 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_split.c,v 1.5 1995/02/27 13:20:55 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_split.c 8.6 (Berkeley) 6/16/94";
#else
static char rcsid[] = "$NetBSD: bt_split.c,v 1.5 1995/02/27 13:20:55 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_stack.c,v 1.5 1995/02/27 13:21:01 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_stack.c 8.4 (Berkeley) 6/20/94";
#else
static char rcsid[] = "$NetBSD: bt_stack.c,v 1.5 1995/02/27 13:21:01 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bt_utils.c,v 1.6 1995/02/27 13:21:04 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@ -35,7 +37,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)bt_utils.c 8.5 (Berkeley) 6/20/94";
#else
static char rcsid[] = "$NetBSD: bt_utils.c,v 1.6 1995/02/27 13:21:04 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: btree.h,v 1.8 1995/02/27 13:21:08 cgd Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.

View File

@ -1,3 +1,5 @@
/* $NetBSD: extern.h,v 1.5 1995/02/27 13:21:12 cgd Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,3 +1,4 @@
# $NetBSD: Makefile.inc,v 1.4 1995/02/27 13:21:22 cgd Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
.PATH: ${.CURDIR}/db/db

View File

@ -1,3 +1,5 @@
/* $NetBSD: db.c,v 1.7 1995/02/27 13:21:27 cgd Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@ -32,7 +34,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
static char sccsid[] = "@(#)db.c 8.4 (Berkeley) 2/21/94";
#else
static char rcsid[] = "$NetBSD: db.c,v 1.7 1995/02/27 13:21:27 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>