Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump "rump_private.h" -> <rump-sys/kern.h>
details: https://anonhg.NetBSD.org/src/rev/fe62be5116e4
branches: trunk
changeset: 343267:fe62be5116e4
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jan 26 23:24:55 2016 +0000
description:
"rump_private.h" -> <rump-sys/kern.h>
diffstat:
sys/rump/makerumpsyscalls.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 9a250aca15c6 -r fe62be5116e4 sys/rump/makerumpsyscalls.sh
--- a/sys/rump/makerumpsyscalls.sh Tue Jan 26 23:22:22 2016 +0000
+++ b/sys/rump/makerumpsyscalls.sh Tue Jan 26 23:24:55 2016 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: makerumpsyscalls.sh,v 1.2 2014/04/27 16:28:21 pooka Exp $
+# $NetBSD: makerumpsyscalls.sh,v 1.3 2016/01/26 23:24:55 pooka Exp $
#
#
@@ -58,16 +58,16 @@
}
'
-SYSCOMP_HDR='/* $NetBSD: makerumpsyscalls.sh,v 1.2 2014/04/27 16:28:21 pooka Exp $ */
+SYSCOMP_HDR='/* $NetBSD: makerumpsyscalls.sh,v 1.3 2016/01/26 23:24:55 pooka Exp $ */
/* AUTOMATICALLY GENERATED BY makerumpsyscalls.sh */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: makerumpsyscalls.sh,v 1.2 2014/04/27 16:28:21 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makerumpsyscalls.sh,v 1.3 2016/01/26 23:24:55 pooka Exp $");
#include <sys/param.h>
-#include "rump_private.h"
+#include <rump-sys/kern.h>
'
SYSCOMP_BODY='
Home |
Main Index |
Thread Index |
Old Index