diff options
Diffstat (limited to 'sys/ufs/ffs/ffs_tables.c')
-rw-r--r-- | sys/ufs/ffs/ffs_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_tables.c b/sys/ufs/ffs/ffs_tables.c index 442116c2b58a4..fc8d0b5b83092 100644 --- a/sys/ufs/ffs/ffs_tables.c +++ b/sys/ufs/ffs/ffs_tables.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_tables.c,v 1.11 2004/04/07 03:47:20 imp Exp $"); #include <sys/param.h> #include <ufs/ufs/dinode.h> |