aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-16 15:05:18 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-16 15:05:18 +0800
commitc7b626b1a39aaf02e53889efa1413976eac4836e (patch)
treea7862ac4968c889ee30eedabeb2de03b475f979f /emulators
parent5867e6b1dd76c03a695dfa97d9e96c4617e1b28e (diff)
downloadfreebsd-ports-c7b626b1a39aaf02e53889efa1413976eac4836e.tar.gz
freebsd-ports-c7b626b1a39aaf02e53889efa1413976eac4836e.tar.zst
freebsd-ports-c7b626b1a39aaf02e53889efa1413976eac4836e.zip
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>