diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-22 23:42:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-22 23:42:05 +0000 |
| commit | 1114a754ed48485c756c10cf19694db0b43826e7 (patch) | |
| tree | de272dce55622faa70bfeeee65b2d9aad8107172 /lib/libc/db | |
| parent | d3d20c826754c093694818e42835c4ce4591a13e (diff) | |
Notes
Diffstat (limited to 'lib/libc/db')
| -rw-r--r-- | lib/libc/db/btree/btree.h | 4 | ||||
| -rw-r--r-- | lib/libc/db/hash/page.h | 1 | ||||
| -rw-r--r-- | lib/libc/db/recno/recno.h | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/db/btree/btree.h b/lib/libc/db/btree/btree.h index 251dd3f98e68..1ac6fe106efc 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 0fc0d5a3e96d..6ad92484661d 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 bec772c2fab4..031857112915 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. */ |
