diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-01 04:08:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-01 04:08:47 +0000 |
commit | 20b4aa147dbdab24c3d58ed298d099b9d885f6e1 (patch) | |
tree | a111fa7743f10cc5caefd3b19242e734f6fc2c2f /sys/dev/pci/agp_intel.c | |
parent | 84fa9074c99161c68099c4a37b11cf25230ed618 (diff) |
add some missing $, ok djm@ 'That looks fine to me' millert@
Diffstat (limited to 'sys/dev/pci/agp_intel.c')
-rw-r--r-- | sys/dev/pci/agp_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/agp_intel.c b/sys/dev/pci/agp_intel.c index 2a4449715b7..7a5c8aa9042 100644 --- a/sys/dev/pci/agp_intel.c +++ b/sys/dev/pci/agp_intel.c @@ -1,4 +1,4 @@ -/* $OpentBSD: agp_intel.c,v 1.1 2001/10/25 21:44:00 thorpej Exp $ */ +/* $OpenBSD: agp_intel.c,v 1.3 2004/10/01 04:08:46 jsg Exp $ */ /* $NetBSD: agp_intel.c,v 1.3 2001/09/15 00:25:00 thorpej Exp $ */ /*- |