diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-12-08 00:29:27 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-12-08 00:29:27 +0000 |
commit | b27a83cfd2cc6caa98d68e327c231887e8f8f851 (patch) | |
tree | e7c4bda4a0af403f424123ec5f10fe9743645ba1 /sys/dev/pci/if_ste.c | |
parent | f51370fc86258c3833f6802d2f6a9b299b6b75f5 (diff) |
Whoops; forgot to bump FreeBSD version numbers.
Diffstat (limited to 'sys/dev/pci/if_ste.c')
-rw-r--r-- | sys/dev/pci/if_ste.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ste.c b/sys/dev/pci/if_ste.c index 538aead1c42..d40eab5f4ae 100644 --- a/sys/dev/pci/if_ste.c +++ b/sys/dev/pci/if_ste.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ste.c,v 1.3 1999/12/08 00:09:59 aaron Exp $ */ +/* $OpenBSD: if_ste.c,v 1.4 1999/12/08 00:29:26 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD: src/sys/pci/if_ste.c,v 1.14 1999/12/07 06:08:11 wpaul Exp $ + * $FreeBSD: src/sys/pci/if_ste.c,v 1.14 1999/12/07 20:14:42 wpaul Exp $ */ #include "bpfilter.h" |