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 <[EMAIL PROTECTED]>
Fredericksburg, VA
ICQ# 882073
Date: 11-Oct-99 Time: 11:42:43
---------------------------------
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message