diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
| commit | 58c9ff44c8041f394c663cb9640e9b77fe07bb13 (patch) | |
| tree | 12d4abc1c0c60a62d4a8ea721bc71a33f8add090 /sys/dev/wl | |
| parent | 7dbb88eb2eb84f4a17a783cbbb3a3c5e0051dea2 (diff) | |
Diffstat (limited to 'sys/dev/wl')
| -rw-r--r-- | sys/dev/wl/if_wl.c | 2 | ||||
| -rw-r--r-- | sys/dev/wl/if_wl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index 465a49063cea..f12a6c79bc3b 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -173,7 +173,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/wl/if_wl.c,v 1.57 2003/11/14 19:00:31 sam Exp $"); /* diff --git a/sys/dev/wl/if_wl.h b/sys/dev/wl/if_wl.h index 7f9c2270ed0e..a219b73b175c 100644 --- a/sys/dev/wl/if_wl.h +++ b/sys/dev/wl/if_wl.h @@ -18,7 +18,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) 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/wl/if_wl.h,v 1.6 2003/04/16 17:29:00 jhay Exp $ */ /* Definitions for WaveLAN driver */ |
