Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2008 08:39:38 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Julian Elischer <julian@elischer.org>
Cc:        FreeBSD Current <current@FreeBSD.org>
Subject:   Re: vimage patches and example run.
Message-ID:  <20080517083938.9fd7ae60.nork@FreeBSD.org>
In-Reply-To: <20080517081548.ce75ffd7.nork@FreeBSD.org>
References:  <482D7FE6.6020405@elischer.org> <20080517081548.ce75ffd7.nork@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 May 2008 08:15:48 +0900
Norikatsu Shigemura <nork@freebsd.org> wrote:
> On Fri, 16 May 2008 08:36:54 -0400
> Julian Elischer <julian@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>"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080517083938.9fd7ae60.nork>