Module Name: src
Committed By: pgoyette
Date: Sun Jan 15 01:48:05 UTC 2017
Modified Files:
src/sys/rump/dev/lib/libdrvctl: drvctl_component.c
Log Message:
We no longer need ioconf.c - remove it to avoid "defined but not used"
compiler error.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libdrvctl/drvctl_component.c
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/dev/lib/libdrvctl/drvctl_component.c
diff -u src/sys/rump/dev/lib/libdrvctl/drvctl_component.c:1.3 src/sys/rump/dev/lib/libdrvctl/drvctl_component.c:1.4
--- src/sys/rump/dev/lib/libdrvctl/drvctl_component.c:1.3 Sat Jan 14 21:36:58 2017
+++ src/sys/rump/dev/lib/libdrvctl/drvctl_component.c Sun Jan 15 01:48:05 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: drvctl_component.c,v 1.3 2017/01/14 21:36:58 pgoyette Exp $ */
+/* $NetBSD: drvctl_component.c,v 1.4 2017/01/15 01:48:05 pgoyette Exp $ */
/*
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -26,15 +26,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drvctl_component.c,v 1.3 2017/01/14 21:36:58 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drvctl_component.c,v 1.4 2017/01/15 01:48:05 pgoyette Exp $");
#include <sys/param.h>
#include <sys/conf.h>
#include <sys/device.h>
#include <sys/stat.h>
-#include "ioconf.c"
-
#include <rump-sys/kern.h>
#include <rump-sys/vfs.h>