diff options
Diffstat (limited to 'sys/kern/imgact_gzip.c')
| -rw-r--r-- | sys/kern/imgact_gzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c index 3cd1dab4dc09..6e211e9497da 100644 --- a/sys/kern/imgact_gzip.c +++ b/sys/kern/imgact_gzip.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/imgact_gzip.c,v 1.55.4.1 2008/01/19 18:15:05 kib Exp $"); #include <sys/param.h> #include <sys/exec.h> |
