add missing NetBSD RCS ID tags

This commit is contained in:
plunky 2009-05-29 18:49:21 +00:00
parent d22e6f64ab
commit 78fb2cc482
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* $NetBSD: if_rumreg.h,v 1.3 2009/05/29 18:49:21 plunky Exp $ */
/* $OpenBSD: if_rumreg.h,v 1.13 2006/11/13 20:06:38 damien Exp $ */
/*-

View File

@ -1,3 +1,4 @@
/* $NetBSD: if_rumvar.h,v 1.5 2009/05/29 18:49:21 plunky Exp $ */
/* $OpenBSD: if_rumvar.h,v 1.7 2006/11/13 20:06:38 damien Exp $ */
/*-

View File

@ -1,3 +1,5 @@
/* $NetBSD: u3g.c,v 1.7 2009/05/29 18:49:21 plunky Exp $ */
/*
* Copyright (c) 2008 AnyWi Technologies
* Author: Andrea Guzzo <aguzzo@anywi.com>
@ -19,6 +21,9 @@
* $FreeBSD$
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: u3g.c,v 1.7 2009/05/29 18:49:21 plunky Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>