vimage patches and example run.

Norikatsu Shigemura nork at FreeBSD.org
Fri May 16 23:39:41 UTC 2008


On Sat, 17 May 2008 08:15:48 +0900
Norikatsu Shigemura <nork at freebsd.org> wrote:
> On Fri, 16 May 2008 08:36:54 -0400
> Julian Elischer <julian at elischer.org> wrote:
> > vimage patches as of 8AM in ottawa:
> > http://www.freebsd.org/~julian/vimage.diff
> 	Wow! I'll try to do it! :-)

	Oops, I couldn't compile kdump.  Please add following patch
	for vimage.diff.

--- usr.bin/kdump/mkioctls.orig	2008-02-03 22:50:34.147231000 +0900
+++ usr.bin/kdump/mkioctls	2008-05-17 08:31:17.817100274 +0900
@@ -40,6 +40,7 @@
 	print "#include <sys/socket.h>"
 	print "#include <sys/time.h>"
 	print "#include <sys/tty.h>"
+	print "#include <sys/vimage.h>"
 	print "#include <bsm/audit.h>"
 	print "#include <net/ethernet.h>"
 	print "#include <net/if.h>"


More information about the freebsd-current mailing list