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 848d47805c31..850aba5bae8f 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.2.1 2005/01/31 23:27:00 imp Exp $"); #include <sys/param.h> #include <ufs/ufs/dinode.h> |