From 71ab2bb3ed3aa8f12229e1c55fcc1f885a82f7e2 Mon Sep 17 00:00:00 2001 From: sigsegv7 Date: Tue, 12 Sep 2023 02:33:31 -0400 Subject: project-wide: migrate to git --- sys/include/vm/vm.h | 2 -- sys/include/vm/vm_physseg.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'sys/include/vm') diff --git a/sys/include/vm/vm.h b/sys/include/vm/vm.h index e118beb..a1f1e23 100644 --- a/sys/include/vm/vm.h +++ b/sys/include/vm/vm.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _SYS_VM_VM_H_ #define _SYS_VM_VM_H_ diff --git a/sys/include/vm/vm_physseg.h b/sys/include/vm/vm_physseg.h index ed815ec..5bf21db 100644 --- a/sys/include/vm/vm_physseg.h +++ b/sys/include/vm/vm_physseg.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _VM_VM_PHYSSEG_H_ #define _VM_VM_PHYSSEG_H_ -- cgit v1.2.3