diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-16 07:05:18 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-16 07:05:18 +0000 |
commit | c7b626b1a39aaf02e53889efa1413976eac4836e (patch) | |
tree | a7862ac4968c889ee30eedabeb2de03b475f979f /emulators/rtc | |
parent | 5867e6b1dd76c03a695dfa97d9e96c4617e1b28e (diff) | |
download | ports-c7b626b1a39aaf02e53889efa1413976eac4836e.tar.gz ports-c7b626b1a39aaf02e53889efa1413976eac4836e.zip |
Notes
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/files/rtc.c | 1 | ||||
-rw-r--r-- | emulators/rtc/files/rtc_linux.c | 2 |
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> |