diff options
Diffstat (limited to 'sys/dev/watchdog')
| -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 e7edf31c4b7a..8d9e65e65ce9 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.5.10.2.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> |
