Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev/lib/libdrvctl We no longer need ioconf.c - remo...



details:   https://anonhg.NetBSD.org/src/rev/76eb5a80e14d
branches:  trunk
changeset: 350644:76eb5a80e14d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jan 15 01:48:05 2017 +0000

description:
We no longer need ioconf.c - remove it to avoid "defined but not used"
compiler error.

diffstat:

 sys/rump/dev/lib/libdrvctl/drvctl_component.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r b79debf05ac1 -r 76eb5a80e14d sys/rump/dev/lib/libdrvctl/drvctl_component.c
--- a/sys/rump/dev/lib/libdrvctl/drvctl_component.c     Sun Jan 15 01:47:24 2017 +0000
+++ b/sys/rump/dev/lib/libdrvctl/drvctl_component.c     Sun Jan 15 01:48:05 2017 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index