diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-10-10 04:30:10 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-10-10 04:30:10 +0000 |
commit | 129f8e11dec584f0170b0cfa36240b37c956b834 (patch) | |
tree | d0f433b5e82f62e3ef055ec2932c8c3a72021f41 /sys | |
parent | ac1d23f4f850cebf2ead63314354a0f01f49ef38 (diff) |
add OpenBSD tags
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_tx.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_txvar.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pci/if_tx.c b/sys/dev/pci/if_tx.c index f93ba66799c..02d77d516f2 100644 --- a/sys/dev/pci/if_tx.c +++ b/sys/dev/pci/if_tx.c @@ -1,3 +1,5 @@ +/* $OpenBSD: if_tx.c,v 1.3 1998/10/10 04:30:09 jason Exp $ */ + /*- * Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru) * All rights reserved. @@ -23,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_tx.c,v 1.2 1998/09/22 21:54:55 jason Exp $ + * $Id: if_tx.c,v 1.3 1998/10/10 04:30:09 jason Exp $ * */ diff --git a/sys/dev/pci/if_txvar.h b/sys/dev/pci/if_txvar.h index 86cd64945ee..efab01b06ac 100644 --- a/sys/dev/pci/if_txvar.h +++ b/sys/dev/pci/if_txvar.h @@ -1,3 +1,5 @@ +/* $OpenBSD: if_txvar.h,v 1.3 1998/10/10 04:30:09 jason Exp $ */ + /*- * Copyright (c) 1997 Semen Ustimenko * All rights reserved. @@ -23,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_txvar.h,v 1.2 1998/09/22 21:54:55 jason Exp $ + * $Id: if_txvar.h,v 1.3 1998/10/10 04:30:09 jason Exp $ * */ |