diff options
Diffstat (limited to 'sys/dev/an/if_an_pci.c')
-rw-r--r-- | sys/dev/an/if_an_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c index da0e501353ef1..ebd7009828fd9 100644 --- a/sys/dev/an/if_an_pci.c +++ b/sys/dev/an/if_an_pci.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_pci.c,v 1.2.2.2 2000/08/02 22:29:50 peter Exp $ */ /* @@ -82,7 +82,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/an/if_an_pci.c,v 1.2.2.2 2000/08/02 22:29:50 peter Exp $"; #endif #include <dev/an/if_aironet_ieee.h> |