diff options
author | 2000-04-29 21:12:31 +0000 | |
---|---|---|
committer | 2000-04-29 21:12:31 +0000 | |
commit | efa5f6adb29131dfe2eb1f5373b90a3f29112f59 (patch) | |
tree | 182798f460992d5e7322c172a2793836c61748ff | |
parent | add $ tag (diff) | |
download | wireguard-openbsd-efa5f6adb29131dfe2eb1f5373b90a3f29112f59.tar.xz wireguard-openbsd-efa5f6adb29131dfe2eb1f5373b90a3f29112f59.zip |
add $ tag
-rw-r--r-- | sys/dev/ic/adwlib.h | 1 | ||||
-rw-r--r-- | sys/dev/ic/adwmcode.c | 1 | ||||
-rw-r--r-- | sys/dev/ic/adwmcode.h | 1 | ||||
-rw-r--r-- | sys/dev/pci/adw_pci.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ic/adwlib.h b/sys/dev/ic/adwlib.h index bd75e3064ae..9aee6d7ed0e 100644 --- a/sys/dev/ic/adwlib.h +++ b/sys/dev/ic/adwlib.h @@ -1,3 +1,4 @@ +/* $OpenBSD: adwlib.h,v 1.3 2000/04/29 21:12:31 krw Exp $ */ /* $NetBSD: adwlib.h,v 1.7 2000/02/03 20:29:16 dante Exp $ */ /* diff --git a/sys/dev/ic/adwmcode.c b/sys/dev/ic/adwmcode.c index 0f534808caf..4c4f055a211 100644 --- a/sys/dev/ic/adwmcode.c +++ b/sys/dev/ic/adwmcode.c @@ -1,3 +1,4 @@ +/* $OpenBSD: adwmcode.c,v 1.3 2000/04/29 21:12:31 krw Exp $ */ /* $NetBSD: adwmcode.c,v 1.2 2000/02/03 20:29:16 dante Exp $ */ /* diff --git a/sys/dev/ic/adwmcode.h b/sys/dev/ic/adwmcode.h index 61f1d7c1bd0..70c11bfadfd 100644 --- a/sys/dev/ic/adwmcode.h +++ b/sys/dev/ic/adwmcode.h @@ -1,3 +1,4 @@ +/* $OpenBSD: adwmcode.h,v 1.3 2000/04/29 21:12:32 krw Exp $ */ /* $NetBSD: adwmcode.h,v 1.2 2000/02/03 20:29:17 dante Exp $ */ /* diff --git a/sys/dev/pci/adw_pci.c b/sys/dev/pci/adw_pci.c index 24e6a6307bf..66f838167ae 100644 --- a/sys/dev/pci/adw_pci.c +++ b/sys/dev/pci/adw_pci.c @@ -1,3 +1,4 @@ +/* $OpenBSD: adw_pci.c,v 1.5 2000/04/29 21:14:51 krw Exp $ */ /* $NetBSD: adw_pci.c,v 1.4 2000/02/04 13:16:22 dante Exp $ */ /* |