[Midnightbsd-cvs] src [10625] trunk/lib/libc/db/hash: tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 9 12:21:07 EDT 2018
Revision: 10625
http://svnweb.midnightbsd.org/src/?rev=10625
Author: laffer1
Date: 2018-06-09 12:21:06 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/lib/libc/db/hash/ndbm.c
trunk/lib/libc/db/hash/page.h
Modified: trunk/lib/libc/db/hash/ndbm.c
===================================================================
--- trunk/lib/libc/db/hash/ndbm.c 2018-06-09 16:20:42 UTC (rev 10624)
+++ trunk/lib/libc/db/hash/ndbm.c 2018-06-09 16:21:06 UTC (rev 10625)
@@ -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[] = "@(#)ndbm.c 8.4 (Berkeley) 7/21/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/lib/libc/db/hash/ndbm.c,v 1.7 2007/01/09 00:27:51 imp Exp $");
+__FBSDID("$FreeBSD: stable/10/lib/libc/db/hash/ndbm.c 165903 2007-01-09 00:28:16Z imp $");
/*
* This package provides a dbm compatible interface to the new hashing
Modified: trunk/lib/libc/db/hash/page.h
===================================================================
--- trunk/lib/libc/db/hash/page.h 2018-06-09 16:20:42 UTC (rev 10624)
+++ trunk/lib/libc/db/hash/page.h 2018-06-09 16:21:06 UTC (rev 10625)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
@@ -30,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)page.h 8.2 (Berkeley) 5/31/94
- * $FreeBSD: src/lib/libc/db/hash/page.h,v 1.3 2007/01/09 00:27:51 imp Exp $
+ * $FreeBSD: stable/10/lib/libc/db/hash/page.h 189327 2009-03-04 00:58:04Z delphij $
*/
/*
More information about the Midnightbsd-cvs
mailing list