Module Name: src
Committed By: riastradh
Date: Wed Feb 16 20:14:06 UTC 2022
Modified Files:
src/sys/uvm/pmap: pmap_pvt.h
Log Message:
pmap_pvt.h: Fix bogus include.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/uvm/pmap/pmap_pvt.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/uvm/pmap/pmap_pvt.h
diff -u src/sys/uvm/pmap/pmap_pvt.h:1.2 src/sys/uvm/pmap/pmap_pvt.h:1.3
--- src/sys/uvm/pmap/pmap_pvt.h:1.2 Sat Jun 24 05:31:03 2017
+++ src/sys/uvm/pmap/pmap_pvt.h Wed Feb 16 20:14:06 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_pvt.h,v 1.2 2017/06/24 05:31:03 skrll Exp $ */
+/* $NetBSD: pmap_pvt.h,v 1.3 2022/02/16 20:14:06 riastradh Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#ifndef _UVM_PMAP_PMAP_PVT_H_
#define _UVM_PMAP_PMAP_PVT_H_
-#include <sys/pserialize.h>
+#include <sys/types.h>
struct pmap_page;