diff options
Diffstat (limited to 'sys/dev/flash')
-rw-r--r-- | sys/dev/flash/at45d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/flash/at45d.c b/sys/dev/flash/at45d.c index e9536e3a68b4..7dee112cc0c3 100644 --- a/sys/dev/flash/at45d.c +++ b/sys/dev/flash/at45d.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/flash/at45d.c,v 1.1.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> |