diff options
Diffstat (limited to 'sys/dev/watchdog/watchdog.c')
-rw-r--r-- | sys/dev/watchdog/watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/watchdog/watchdog.c b/sys/dev/watchdog/watchdog.c index a1d8d88167d77..f1f191d893fb6 100644 --- a/sys/dev/watchdog/watchdog.c +++ b/sys/dev/watchdog/watchdog.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/watchdog/watchdog.c,v 1.2.8.1 2007/02/20 22:56:28 n_hibma Exp $"); #include <sys/param.h> #include <sys/systm.h> |