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 29da28d07774e..be5d6f5bcf36e 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.14 2004/07/13 19:36:58 phk Exp $"); #include <err.h> #include <stdio.h> |