Source-Changes-HG archive

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

[src/trunk]: src/lib/librump Generate ioconf.h automatically.



details:   https://anonhg.NetBSD.org/src/rev/e15364d34c20
branches:  trunk
changeset: 810173:e15364d34c20
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 20 12:24:04 2015 +0000

description:
Generate ioconf.h automatically.
XXX: still dup of KERN.ioconf here

diffstat:

 lib/librump/KERN.ioconf |  7 +++++++
 lib/librump/ioconf.h    |  1 -
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 5ca5fcad007d -r e15364d34c20 lib/librump/KERN.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/librump/KERN.ioconf   Thu Aug 20 12:24:04 2015 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: KERN.ioconf,v 1.1 2015/08/20 12:24:04 christos Exp $
+
+ioconf         kern
+
+include                "conf/files"
+
+pseudo-device   ksyms
diff -r 5ca5fcad007d -r e15364d34c20 lib/librump/ioconf.h
--- a/lib/librump/ioconf.h      Thu Aug 20 12:20:09 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-void ksymsattach(int);



Home | Main Index | Thread Index | Old Index