Module Name: src
Committed By: christos
Date: Mon Mar 28 20:49:32 UTC 2022
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
no need to include suser; it gets autoloaded as a module.
To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 src/sys/rump/librump/rumpkern/rump.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/rump.c
diff -u src/sys/rump/librump/rumpkern/rump.c:1.354 src/sys/rump/librump/rumpkern/rump.c:1.355
--- src/sys/rump/librump/rumpkern/rump.c:1.354 Mon Mar 28 08:38:59 2022
+++ src/sys/rump/librump/rumpkern/rump.c Mon Mar 28 16:49:32 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.c,v 1.354 2022/03/28 12:38:59 riastradh Exp $ */
+/* $NetBSD: rump.c,v 1.355 2022/03/28 20:49:32 christos Exp $ */
/*
* Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.354 2022/03/28 12:38:59 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.355 2022/03/28 20:49:32 christos Exp $");
#include <sys/systm.h>
#define ELFSIZE ARCH_ELFSIZE
@@ -85,8 +85,6 @@ __KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.3
#include <rump/rumpuser.h>
-#include <secmodel/suser/suser.h>
-
#include <prop/proplib.h>
#include <uvm/uvm_extern.h>