diff options
Diffstat (limited to 'sbin/kldunload/kldunload.c')
-rw-r--r-- | sbin/kldunload/kldunload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c index cafc7ea4dee4c..bc743f3835efc 100644 --- a/sbin/kldunload/kldunload.c +++ b/sbin/kldunload/kldunload.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/kldunload/kldunload.c,v 1.15.2.2 2006/03/01 20:51:53 wkoszek Exp $"); #include <sys/param.h> #include <sys/linker.h> |