diff options
| author | pooka <pooka@NetBSD.org> | 2016-01-26 23:12:14 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2016-01-26 23:12:14 +0000 |
| commit | ff225a390b90aed29196a3177b0d4a565d66d6ce (patch) | |
| tree | c06313c18e251730f623bc51ae946d0bc9118f06 /sys/rump/dev/lib/libdisk/disk_component.c | |
| parent | cebd67ca4d6117d1b3aa8311eeae46f84e195d2b (diff) | |
Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile.
Leave compat headers around in the old locations.
The commit changes some autogenerated files, but I'll fix the
generators shortly and regen.
Diffstat (limited to 'sys/rump/dev/lib/libdisk/disk_component.c')
| -rw-r--r-- | sys/rump/dev/lib/libdisk/disk_component.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/rump/dev/lib/libdisk/disk_component.c b/sys/rump/dev/lib/libdisk/disk_component.c index 98283c17a5b..b77c8f5fdad 100644 --- a/sys/rump/dev/lib/libdisk/disk_component.c +++ b/sys/rump/dev/lib/libdisk/disk_component.c @@ -1,4 +1,4 @@ -/* $NetBSD: disk_component.c,v 1.1 2015/05/16 13:59:00 pooka Exp $ */ +/* $NetBSD: disk_component.c,v 1.2 2016/01/26 23:12:15 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -26,15 +26,14 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: disk_component.c,v 1.1 2015/05/16 13:59:00 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: disk_component.c,v 1.2 2016/01/26 23:12:15 pooka Exp $"); #include <sys/param.h> #include <sys/conf.h> #include <sys/device.h> #include <sys/disk.h> -#include "rump_private.h" -#include "rump_dev_private.h" +#include <rump-sys/kern.h> RUMP_COMPONENT(RUMP_COMPONENT_DEV) { |
