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 8a3ea6176f66f..b8c82bfbe4f62 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.17.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> |