[Midnightbsd-cvs] src [10622] trunk/lib/libc/db/test: tag ests

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 9 12:18:55 EDT 2018


Revision: 10622
          http://svnweb.midnightbsd.org/src/?rev=10622
Author:   laffer1
Date:     2018-06-09 12:18:54 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
tag ests

Modified Paths:
--------------
    trunk/lib/libc/db/test/Makefile
    trunk/lib/libc/db/test/btree.tests/main.c
    trunk/lib/libc/db/test/dbtest.c
    trunk/lib/libc/db/test/hash.tests/driver2.c
    trunk/lib/libc/db/test/hash.tests/tcreat3.c
    trunk/lib/libc/db/test/hash.tests/tdel.c
    trunk/lib/libc/db/test/hash.tests/thash4.c
    trunk/lib/libc/db/test/hash.tests/tread2.c
    trunk/lib/libc/db/test/hash.tests/tseq.c
    trunk/lib/libc/db/test/hash.tests/tverify.c

Property Changed:
----------------
    trunk/lib/libc/db/test/README

Modified: trunk/lib/libc/db/test/Makefile
===================================================================
--- trunk/lib/libc/db/test/Makefile	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/Makefile	2018-06-09 16:18:54 UTC (rev 10622)
@@ -1,5 +1,6 @@
+# $MidnightBSD$
 #	@(#)Makefile	8.15 (Berkeley) 7/28/94
-# $FreeBSD$
+# $FreeBSD: stable/10/lib/libc/db/test/Makefile 81118 2001-08-03 21:45:54Z bde $
 
 PROG=	dbtest
 OBJS=	dbtest.o strerror.o

Index: trunk/lib/libc/db/test/README
===================================================================
--- trunk/lib/libc/db/test/README	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/README	2018-06-09 16:18:54 UTC (rev 10622)

Property changes on: trunk/lib/libc/db/test/README
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libc/db/test/btree.tests/main.c
===================================================================
--- trunk/lib/libc/db/test/btree.tests/main.c	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/btree.tests/main.c	2018-06-09 16:18:54 UTC (rev 10622)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1990, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -34,7 +35,7 @@
 static char sccsid[] = "@(#)main.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/db/test/btree.tests/main.c 176380 2008-02-18 03:19:25Z kevlo $");
 
 #include <sys/param.h>
 #include <fcntl.h>

Modified: trunk/lib/libc/db/test/dbtest.c
===================================================================
--- trunk/lib/libc/db/test/dbtest.c	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/dbtest.c	2018-06-09 16:18:54 UTC (rev 10622)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1992, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
@@ -37,7 +38,7 @@
 static char sccsid[] = "@(#)dbtest.c	8.17 (Berkeley) 9/1/94";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/db/test/dbtest.c 176380 2008-02-18 03:19:25Z kevlo $");
 
 #include <sys/param.h>
 #include <sys/stat.h>

Modified: trunk/lib/libc/db/test/hash.tests/driver2.c
===================================================================
--- trunk/lib/libc/db/test/hash.tests/driver2.c	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/hash.tests/driver2.c	2018-06-09 16:18:54 UTC (rev 10622)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -40,7 +41,7 @@
 static char sccsid[] = "@(#)driver2.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/db/test/hash.tests/driver2.c 165903 2007-01-09 00:28:16Z imp $");
 
 /*
  * Test driver, to try to tackle the large ugly-split problem.

Modified: trunk/lib/libc/db/test/hash.tests/tcreat3.c
===================================================================
--- trunk/lib/libc/db/test/hash.tests/tcreat3.c	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/hash.tests/tcreat3.c	2018-06-09 16:18:54 UTC (rev 10622)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -40,7 +41,7 @@
 static char sccsid[] = "@(#)tcreat3.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/db/test/hash.tests/tcreat3.c 165903 2007-01-09 00:28:16Z imp $");
 
 #include <sys/types.h>
 #include <sys/file.h>

Modified: trunk/lib/libc/db/test/hash.tests/tdel.c
===================================================================
--- trunk/lib/libc/db/test/hash.tests/tdel.c	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/hash.tests/tdel.c	2018-06-09 16:18:54 UTC (rev 10622)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -40,7 +41,7 @@
 static char sccsid[] = "@(#)tdel.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/db/test/hash.tests/tdel.c 165903 2007-01-09 00:28:16Z imp $");
 
 #include <sys/types.h>
 #include <sys/file.h>

Modified: trunk/lib/libc/db/test/hash.tests/thash4.c
===================================================================
--- trunk/lib/libc/db/test/hash.tests/thash4.c	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/hash.tests/thash4.c	2018-06-09 16:18:54 UTC (rev 10622)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -40,7 +41,7 @@
 static char sccsid[] = "@(#)thash4.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/db/test/hash.tests/thash4.c 165903 2007-01-09 00:28:16Z imp $");
 
 #include <sys/types.h>
 #include <sys/file.h>

Modified: trunk/lib/libc/db/test/hash.tests/tread2.c
===================================================================
--- trunk/lib/libc/db/test/hash.tests/tread2.c	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/hash.tests/tread2.c	2018-06-09 16:18:54 UTC (rev 10622)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -40,7 +41,7 @@
 static char sccsid[] = "@(#)tread2.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/db/test/hash.tests/tread2.c 165903 2007-01-09 00:28:16Z imp $");
 
 #include <sys/types.h>
 #include <sys/file.h>

Modified: trunk/lib/libc/db/test/hash.tests/tseq.c
===================================================================
--- trunk/lib/libc/db/test/hash.tests/tseq.c	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/hash.tests/tseq.c	2018-06-09 16:18:54 UTC (rev 10622)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -40,7 +41,7 @@
 static char sccsid[] = "@(#)tseq.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/db/test/hash.tests/tseq.c 165903 2007-01-09 00:28:16Z imp $");
 
 #include <sys/types.h>
 #include <sys/file.h>

Modified: trunk/lib/libc/db/test/hash.tests/tverify.c
===================================================================
--- trunk/lib/libc/db/test/hash.tests/tverify.c	2018-06-09 15:41:32 UTC (rev 10621)
+++ trunk/lib/libc/db/test/hash.tests/tverify.c	2018-06-09 16:18:54 UTC (rev 10622)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -40,7 +41,7 @@
 static char sccsid[] = "@(#)tverify.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/db/test/hash.tests/tverify.c 165903 2007-01-09 00:28:16Z imp $");
 
 #include <sys/types.h>
 #include <sys/file.h>



More information about the Midnightbsd-cvs mailing list