diff options
Diffstat (limited to 'usr.sbin/i2c/i2c.c')
-rw-r--r-- | usr.sbin/i2c/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/i2c/i2c.c b/usr.sbin/i2c/i2c.c index c0b366397d6a..1255c2bc9c51 100644 --- a/usr.sbin/i2c/i2c.c +++ b/usr.sbin/i2c/i2c.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/i2c/i2c.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <err.h> #include <errno.h> |