summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-16 07:05:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-16 07:05:18 +0000
commitc7b626b1a39aaf02e53889efa1413976eac4836e (patch)
treea7862ac4968c889ee30eedabeb2de03b475f979f /emulators
parent- Conditionalize bmaj and kqfilter in cdevsw. (diff)
Add $FreeBSD$ tags.
Notes
Notes: svn path=/head/; revision=47860
Diffstat (limited to 'emulators')
-rw-r--r--emulators/rtc/files/rtc.c1
-rw-r--r--emulators/rtc/files/rtc_linux.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/emulators/rtc/files/rtc.c b/emulators/rtc/files/rtc.c
index b78ae8727c48..cedf51af2a4e 100644
--- a/emulators/rtc/files/rtc.c
+++ b/emulators/rtc/files/rtc.c
@@ -22,6 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
* $vmFreeBSD: vmware/vmnet-only/freebsd/vmnet.c,v 1.14 2000/01/23 22:29:50 vsilyaev Exp $
*/
diff --git a/emulators/rtc/files/rtc_linux.c b/emulators/rtc/files/rtc_linux.c
index 85f388cec142..1aca4c9f3225 100644
--- a/emulators/rtc/files/rtc_linux.c
+++ b/emulators/rtc/files/rtc_linux.c
@@ -22,8 +22,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
* $vmFreeBSD: vmware/vmnet-only/freebsd/vmnet_linux.c,v 1.5 2000/01/23 22:29:50 vsilyaev Exp $
*/
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>