diff options
Diffstat (limited to 'sys/dev/mii/exphy.c')
| -rw-r--r-- | sys/dev/mii/exphy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/exphy.c b/sys/dev/mii/exphy.c index 97c97cd8e20c..1e71e88cf473 100644 --- a/sys/dev/mii/exphy.c +++ b/sys/dev/mii/exphy.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/exphy.c,v 1.17 2003/08/24 17:54:10 obrien Exp $"); /* * Copyright (c) 1997 Manuel Bouyer. All rights reserved. @@ -74,7 +74,7 @@ __FBSDID("$FreeBSD$"); */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/exphy.c,v 1.17 2003/08/24 17:54:10 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> |
