Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/net/lib/libvirtif fix the build!



details:   https://anonhg.NetBSD.org/src/rev/ffdbe198b97d
branches:  trunk
changeset: 785492:ffdbe198b97d
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 16 21:37:04 2013 +0000

description:
fix the build!

diffstat:

 sys/rump/net/lib/libvirtif/rumpcomp_user.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r fec6ed4ab168 -r ffdbe198b97d sys/rump/net/lib/libvirtif/rumpcomp_user.c
--- a/sys/rump/net/lib/libvirtif/rumpcomp_user.c        Sat Mar 16 17:10:16 2013 +0000
+++ b/sys/rump/net/lib/libvirtif/rumpcomp_user.c        Sat Mar 16 21:37:04 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpcomp_user.c,v 1.2 2013/03/13 21:17:32 pooka Exp $  */
+/*     $NetBSD: rumpcomp_user.c,v 1.3 2013/03/16 21:37:04 christos Exp $       */
 
 /*
  * Copyright (c) 2013 Antti Kantee.  All Rights Reserved.
@@ -25,6 +25,7 @@
  * SUCH DAMAGE.
  */
 
+#ifndef _KERNEL
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/uio.h>
@@ -180,3 +181,4 @@
 
        rumpuser_component_schedule(cookie);
 }
+#endif



Home | Main Index | Thread Index | Old Index