From owner-freebsd-current Mon Oct 11 8:45: 0 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail001.mediacity.com (mail001.mediacity.com [205.216.172.9]) by hub.freebsd.org (Postfix) with SMTP id 937A9152EF for ; Mon, 11 Oct 1999 08:44:58 -0700 (PDT) (envelope-from spock@techfour.net) Received: (qmail 2904 invoked from network); 11 Oct 1999 15:44:57 -0000 Received: from cm-208-138-197-238.fredericksburg.mg.ispchannel.com (HELO enterprise.muriel.penguinpowered.com) (208.138.197.238) by mail001.mediacity.com with SMTP; 11 Oct 1999 15:44:57 -0000 Content-Length: 808 Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 X-SENDERNAME: `Mike Heffner` Date: Mon, 11 Oct 1999 11:45:45 -0400 (EDT) From: Mike Heffner To: freebsd-current@freebsd.org Subject: make buildworld dies in usr.bin/kdump (fix) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A cvsup last night (Oct 10) of current dies when I do a make buildworld. It was dying in usr.bin/kdump with the error "sizeof of incomplete type" or something like that. It seems there was a header file missing, here's a patch which fixes it: --- usr.bin/kdump/mkioctls.old Mon Oct 11 11:41:27 1999 +++ usr.bin/kdump/mkioctls Mon Oct 11 10:46:17 1999 @@ -35,6 +35,7 @@ print "#include " print "#include " print "#include " + print "#include " print "#include " print "#include " print "" --------------------------------- Mike Heffner Fredericksburg, VA ICQ# 882073 Date: 11-Oct-99 Time: 11:42:43 --------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message