Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 1999 11:45:45 -0400 (EDT)
From:      Mike Heffner <spock@techfour.net>
To:        freebsd-current@freebsd.org
Subject:   make buildworld dies in usr.bin/kdump (fix)
Message-ID:  <XFMail.991011114545.spock@techfour.net>

next in thread | raw e-mail | index | archive | help
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 <netatm/atm_sap.h>"
        print "#include <netatm/atm_sys.h>"
        print "#include <netinet/in.h>"
+       print "#include <netinet/ip_mroute.h>"
        print "#include <cam/cam.h>"
        print "#include <stdio.h>"
        print ""


---------------------------------
Mike Heffner <spock@techfour.net>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.991011114545.spock>