diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
commit | a4d3b78df842614c46b116fc5a6f470be637dccd (patch) | |
tree | 46c6b11aa0464ba59f49361bd26e1a86962c0624 /sys/dev/usb/net/if_udav.c | |
parent | 59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff) |
Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.0-RELEASE image.
Diffstat (limited to 'sys/dev/usb/net/if_udav.c')
-rw-r--r-- | sys/dev/usb/net/if_udav.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/net/if_udav.c b/sys/dev/usb/net/if_udav.c index 20853e0d8bf4..3677cccfd4e7 100644 --- a/sys/dev/usb/net/if_udav.c +++ b/sys/dev/usb/net/if_udav.c @@ -1,6 +1,6 @@ /* $NetBSD: if_udav.c,v 1.2 2003/09/04 15:17:38 tsutsui Exp $ */ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/net/if_udav.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2003 * Shingo WATANABE <nabe@nabechan.org>. All rights reserved. @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/if_udav.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> |