aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/netfront
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/xen/netfront')
-rw-r--r--sys/dev/xen/netfront/mbufq.h2
-rw-r--r--sys/dev/xen/netfront/netfront.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/xen/netfront/mbufq.h b/sys/dev/xen/netfront/mbufq.h
index 0d6c60430ae6..5260c1df5da7 100644
--- a/sys/dev/xen/netfront/mbufq.h
+++ b/sys/dev/xen/netfront/mbufq.h
@@ -25,7 +25,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (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/xen/netfront/mbufq.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
***************************************************************************/
diff --git a/sys/dev/xen/netfront/netfront.c b/sys/dev/xen/netfront/netfront.c
index 571ecd0e3c0a..ec91fc036048 100644
--- a/sys/dev/xen/netfront/netfront.c
+++ b/sys/dev/xen/netfront/netfront.c
@@ -18,7 +18,7 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/xen/netfront/netfront.c,v 1.24.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <sys/param.h>
#include <sys/systm.h>