From kratz@lamer.internet.cz  Wed Jan  3 01:06:45 2001
Return-Path: <kratz@lamer.internet.cz>
Received: from vidle.i.cz (vidle.i.cz [193.179.36.138])
	by hub.freebsd.org (Postfix) with ESMTP id 41D4C37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Jan 2001 01:06:45 -0800 (PST)
Received: from lamer.internet.cz (brana.i.cz [193.179.36.134])
	by vidle.i.cz (Postfix) with ESMTP id 0703330704
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Jan 2001 10:06:43 +0100 (CET)
Received: (from kratz@localhost)
	by lamer.internet.cz (8.11.1/8.11.1) id f039Axt70563;
	Wed, 3 Jan 2001 10:10:59 +0100 (CET)
	(envelope-from kratz)
Message-Id: <200101030910.f039Axt70563@lamer.internet.cz>
Date: Wed, 3 Jan 2001 10:10:59 +0100 (CET)
From: Tomas Kraus <kratz@lamer.internet.cz>
Reply-To: kratz@lamer.internet.cz
To: FreeBSD-gnats-submit@freebsd.org
Subject:
X-Send-Pr-Version: 3.2

>Number:         24037
>Category:       kern
>Synopsis:       
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 03 01:10:01 PST 2001
>Closed-Date:    Mon Mar 19 11:20:08 PST 2001
>Last-Modified:  Wed Oct 26 06:32:33 GMT 2005
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Submitter-Id:   current-users
 Originator:     Tomas Kraus
 Organization:   Internet Servis
 Confidential:   no <FreeBSD PRs are public data>
 Synopsis:       /usr/src make buildworld problem
 Severity:      non-critical
 Priority:      medium
 Category:      src
 Release:        FreeBSD 4.2-STABLE i386
 Class:          sw-bug
 Environment: 
 
 Unable to rebuild system from CVS source tree
 
 Description: 
 
 compile fails in /usr/src/usr.bin/kdump when compilling ioctl.c
 because video modes macros in sys/fbio.h were not included
 
>How-To-Repeat:

cvsup /some/supfile ; cd /usr/src ; make buildworld

Fix: 

Add one line into /usr/src/usr.bin/kdump/mkioctls
        print "#define COMPAT_43"
        print "#include <sys/param.h>"
        print "#include <sys/devicestat.h>"
        print "#include <sys/disklabel.h>"
        print "#include <sys/socket.h>"
        print "#include <sys/time.h>"
        print "#include <sys/tty.h>"
        print "#include <sys/fbio.h>"   /* THIS WAS ADDED on line 41 */
        print "#include <net/if.h>"
        print "#include <net/if_var.h>"                                                 
        ...

>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Mon Mar 19 11:20:08 PST 2001 
State-Changed-Why:  
I am pretty sure this has been fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24037 
>Unformatted:
