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/vm/vm.c | 2 -- sys/vm/vm_physseg.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'sys/vm') diff --git a/sys/vm/vm.c b/sys/vm/vm.c index 1483909..ab6103f 100644 --- a/sys/vm/vm.c +++ b/sys/vm/vm.c @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #include volatile struct limine_hhdm_request g_hhdm_request = { diff --git a/sys/vm/vm_physseg.c b/sys/vm/vm_physseg.c index 5a80723..f21c282 100644 --- a/sys/vm/vm_physseg.c +++ b/sys/vm/vm_physseg.c @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #include #include #include -- cgit v1.2.3