diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /sys/pci/if_tl.c | |
parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) |
Diffstat (limited to 'sys/pci/if_tl.c')
-rw-r--r-- | sys/pci/if_tl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c index 6d20372a71318..086366c14c4b1 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.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. * - * $Id: if_tl.c,v 1.16.2.3 1998/10/08 15:47:10 wpaul Exp $ + * $Id: if_tl.c,v 1.16.2.4 1998/10/31 17:25:38 wpaul Exp $ */ /* @@ -241,7 +241,7 @@ #ifndef lint static char rcsid[] = - "$Id: if_tl.c,v 1.16.2.3 1998/10/08 15:47:10 wpaul Exp $"; + "$Id: if_tl.c,v 1.16.2.4 1998/10/31 17:25:38 wpaul Exp $"; #endif #ifdef TL_DEBUG |