Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpvfs remove includes which haven't been ...
details: https://anonhg.NetBSD.org/src/rev/773861ef42f6
branches: trunk
changeset: 789336:773861ef42f6
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Aug 15 21:28:23 2013 +0000
description:
remove includes which haven't been necessary since the cudgel war
diffstat:
sys/rump/librump/rumpvfs/compat.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 966f7ffbeb77 -r 773861ef42f6 sys/rump/librump/rumpvfs/compat.c
--- a/sys/rump/librump/rumpvfs/compat.c Thu Aug 15 21:21:47 2013 +0000
+++ b/sys/rump/librump/rumpvfs/compat.c Thu Aug 15 21:28:23 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat.c,v 1.9 2011/01/17 16:20:20 pooka Exp $ */
+/* $NetBSD: compat.c,v 1.10 2013/08/15 21:28:23 pooka Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat.c,v 1.9 2011/01/17 16:20:20 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat.c,v 1.10 2013/08/15 21:28:23 pooka Exp $");
#include <sys/param.h>
#include <sys/kmem.h>
@@ -39,8 +39,6 @@
#include <compat/sys/time.h>
#include <rump/rump.h>
-#include <rump/rump_syscalls_compat.h>
-#include <rump/rumpuser.h>
#include "rump_vfs_private.h"
Home |
Main Index |
Thread Index |
Old Index