Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libukfs rumpuser should not be included outside of the r...



details:   https://anonhg.NetBSD.org/src/rev/ae07572b3132
branches:  trunk
changeset: 759047:ae07572b3132
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Nov 26 11:10:53 2010 +0000

description:
rumpuser should not be included outside of the rump kernel (and
rumpuser itself)

diffstat:

 lib/libukfs/ukfs.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 35ba7a907e04 -r ae07572b3132 lib/libukfs/ukfs.c
--- a/lib/libukfs/ukfs.c        Fri Nov 26 10:59:14 2010 +0000
+++ b/lib/libukfs/ukfs.c        Fri Nov 26 11:10:53 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ukfs.c,v 1.54 2010/09/07 17:16:18 pooka Exp $  */
+/*     $NetBSD: ukfs.c,v 1.55 2010/11/26 11:10:53 pooka Exp $  */
 
 /*
  * Copyright (c) 2007, 2008, 2009  Antti Kantee.  All Rights Reserved.
@@ -62,7 +62,6 @@
 
 #include <rump/rump.h>
 #include <rump/rump_syscalls.h>
-#include <rump/rumpuser.h>
 
 #include "ukfs_int_disklabel.h"
 



Home | Main Index | Thread Index | Old Index