diff options
Diffstat (limited to 'lib/libc/db/btree/bt_get.c')
| -rw-r--r-- | lib/libc/db/btree/bt_get.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/db/btree/bt_get.c b/lib/libc/db/btree/bt_get.c index 1911731070ee..0d91ae44882d 100644 --- a/lib/libc/db/btree/bt_get.c +++ b/lib/libc/db/btree/bt_get.c @@ -38,7 +38,7 @@  static char sccsid[] = "@(#)bt_get.c	8.6 (Berkeley) 7/20/94";  #endif /* LIBC_SCCS and not lint */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/db/btree/bt_get.c,v 1.2 2002/03/22 21:52:01 obrien Exp $");  #include <sys/types.h> | 
