Module Name: src Committed By: pooka Date: Fri Nov 26 11:10:53 UTC 2010
Modified Files: src/lib/libukfs: ukfs.c Log Message: rumpuser should not be included outside of the rump kernel (and rumpuser itself) To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/lib/libukfs/ukfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libukfs/ukfs.c diff -u src/lib/libukfs/ukfs.c:1.54 src/lib/libukfs/ukfs.c:1.55 --- src/lib/libukfs/ukfs.c:1.54 Tue Sep 7 17:16:18 2010 +++ src/lib/libukfs/ukfs.c Fri Nov 26 11:10:53 2010 @@ -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"