summaryrefslogtreecommitdiffstats
path: root/lib/libc/db
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-22 23:42:05 +0000
committerobrien <obrien@FreeBSD.org>2002-03-22 23:42:05 +0000
commitb1189e893029fa8eae07107ca0873c65a9ea1fc7 (patch)
treede272dce55622faa70bfeeee65b2d9aad8107172 /lib/libc/db
parent074d88cd27d461e344257df6b629e576b48285a6 (diff)
downloadFreeBSD-src-b1189e893029fa8eae07107ca0873c65a9ea1fc7.zip
FreeBSD-src-b1189e893029fa8eae07107ca0873c65a9ea1fc7.tar.gz
Fix the style of the SCM ID's.
I believe have made all of libc .h's as consistent as possible.
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/btree/btree.h4
-rw-r--r--lib/libc/db/hash/page.h1
-rw-r--r--lib/libc/db/recno/recno.h1
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/db/btree/btree.h b/lib/libc/db/btree/btree.h
index 251dd3f..1ac6fe1 100644
--- a/lib/libc/db/btree/btree.h
+++ b/lib/libc/db/btree/btree.h
@@ -34,11 +34,9 @@
* SUCH DAMAGE.
*
* @(#)btree.h 8.11 (Berkeley) 8/17/94
+ * $FreeBSD$
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/* Macros to set/clear/test flags. */
#define F_SET(p, f) (p)->flags |= (f)
#define F_CLR(p, f) (p)->flags &= ~(f)
diff --git a/lib/libc/db/hash/page.h b/lib/libc/db/hash/page.h
index 0fc0d5a..6ad92484 100644
--- a/lib/libc/db/hash/page.h
+++ b/lib/libc/db/hash/page.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)page.h 8.2 (Berkeley) 5/31/94
+ * $FreeBSD$
*/
/*
diff --git a/lib/libc/db/recno/recno.h b/lib/libc/db/recno/recno.h
index bec772c..0318571 100644
--- a/lib/libc/db/recno/recno.h
+++ b/lib/libc/db/recno/recno.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)recno.h 8.1 (Berkeley) 6/4/93
+ * $FreeBSD$
*/
enum SRCHOP { SDELETE, SINSERT, SEARCH}; /* Rec_search operation. */
OpenPOWER on IntegriCloud