Module Name: src Committed By: pooka Date: Tue Jan 26 23:24:55 UTC 2016
Modified Files: src/sys/rump: makerumpsyscalls.sh Log Message: "rump_private.h" -> <rump-sys/kern.h> To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/makerumpsyscalls.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/makerumpsyscalls.sh diff -u src/sys/rump/makerumpsyscalls.sh:1.2 src/sys/rump/makerumpsyscalls.sh:1.3 --- src/sys/rump/makerumpsyscalls.sh:1.2 Sun Apr 27 16:28:21 2014 +++ src/sys/rump/makerumpsyscalls.sh Tue Jan 26 23:24:55 2016 @@ -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 @@ END { } ' -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='