diff options
Diffstat (limited to 'sys/dev/an/if_an_isa.c')
| -rw-r--r-- | sys/dev/an/if_an_isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c index 35c938c3ac42..52f074a9f55d 100644 --- a/sys/dev/an/if_an_isa.c +++ b/sys/dev/an/if_an_isa.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/an/if_an_isa.c,v 1.1.2.3 2001/07/04 00:12:32 brooks Exp $ */ /* @@ -74,7 +74,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/an/if_an_isa.c,v 1.1.2.3 2001/07/04 00:12:32 brooks Exp $"; #endif static struct isa_pnp_id an_ids[] = { |
