diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-05 15:21:05 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-05 15:21:05 +0000 |
| commit | 3ca1647688ba5ac3298b7a37f2f2e16c652fc617 (patch) | |
| tree | 7401b02646cbee951cfc136a9a3a4f0bec66659a /sys/dev/mii/mii.c | |
| parent | 3267d6293dbb8ac0a80b9f00a848f980e5958385 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mii/mii.c')
| -rw-r--r-- | sys/dev/mii/mii.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/mii.c b/sys/dev/mii/mii.c index b10e57acccf2c..46cdc22d56d87 100644 --- a/sys/dev/mii/mii.c +++ b/sys/dev/mii/mii.c @@ -60,7 +60,7 @@ #if !defined(lint) static const char rcsid[] = - "$Id: mii.c,v 1.1 1999/08/21 17:40:41 wpaul Exp $"; + "$FreeBSD$"; #endif static int miibus_readreg __P((device_t, int, int)); |
