Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern It helps to include the declaratio...
details: https://anonhg.NetBSD.org/src/rev/eda7e20aa906
branches: trunk
changeset: 781060:eda7e20aa906
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Aug 16 17:47:47 2012 +0000
description:
It helps to include the declaration of the routine being called.
diffstat:
sys/rump/librump/rumpkern/rump.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 882b655f6f7d -r eda7e20aa906 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c Thu Aug 16 17:35:01 2012 +0000
+++ b/sys/rump/librump/rumpkern/rump.c Thu Aug 16 17:47:47 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.c,v 1.243 2012/08/16 17:25:36 pgoyette Exp $ */
+/* $NetBSD: rump.c,v 1.244 2012/08/16 17:47:47 pgoyette 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.243 2012/08/16 17:25:36 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.244 2012/08/16 17:47:47 pgoyette Exp $");
#include <sys/systm.h>
#define ELFSIZE ARCH_ELFSIZE
@@ -56,6 +56,7 @@
#include <sys/percpu.h>
#include <sys/pipe.h>
#include <sys/pool.h>
+#include <sys/pserialize.h>
#include <sys/queue.h>
#include <sys/reboot.h>
#include <sys/resourcevar.h>
Home |
Main Index |
Thread Index |
Old Index