From rkw@dataplex.net Fri Oct 15 04:31:33 1999
Return-Path: <rkw@dataplex.net>
Received: from mail.utexas.edu (wb3-a.mail.utexas.edu [128.83.126.138])
	by hub.freebsd.org (Postfix) with SMTP id 24A0814C11
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 15 Oct 1999 04:31:32 -0700 (PDT)
	(envelope-from rkw@dataplex.net)
Received: (qmail 14454 invoked by uid 0); 15 Oct 1999 11:31:31 -0000
Received: from dial-48-25.ots.utexas.edu (HELO nomad.dataplex.net) (128.83.251.121)
  by umbs-smtp-3 with SMTP; 15 Oct 1999 11:31:31 -0000
Message-Id: <99101505541101.37464@nomad.dataplex.net>
Date: Fri, 15 Oct 1999 05:52:18 -0500
From: Richard Wackerbarth <rkw@dataplex.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: mkioctls missing required includes

>Number:         14347
>Category:       kern
>Synopsis:       kdump & truss won't compile because additional includes needed
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 15 04:40:01 PDT 1999
>Closed-Date:    Sun Feb 14 18:08:54 UTC 2010
>Last-Modified:  Sun Feb 14 18:08:54 UTC 2010
>Originator:     Richard Wackerbarth
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	Current source tree as of 14October99

>Description:

	try to compile usr.bin/kdump

>How-To-Repeat:

	cd /usr/src/usr.bin/kdump
        make

>Fix:

Add the following lines to usr.bin/kdump/mkioctls

22a23
> 	print "#define DPT_MEASURE_PERFORMANCE"
38a40,46
> 	print "#include <netinet/ip_compat.h>"
> 	print "#include <netinet/ip_fil.h>"
> 	print "#include <netinet/ip_state.h>"
> 	print "#include <netinet/ip_nat.h>"
> 	print "#include <netinet/ip_frag.h>"
> 	print "#include <netinet/ip_auth.h>"
> 	print "#include	<netncp/ncp.h>"

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Tue Mar 27 08:20:26 PST 2001 
State-Changed-Why:  
Not reproduceable anymore. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=14347 
State-Changed-From-To: closed->open 
State-Changed-By: pgollucci 
State-Changed-When: Thu Feb 4 02:56:40 UTC 2010 
State-Changed-Why:  
I'll take it. 


Responsible-Changed-From-To: freebsd-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Feb 4 02:56:40 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=14347 
Responsible-Changed-From-To: pgollucci->freebsd-bugs 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Sat Feb 13 06:33:41 UTC 2010 
Responsible-Changed-Why:  
wrong pr 

http://www.freebsd.org/cgi/query-pr.cgi?pr=14347 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sun Feb 14 18:08:53 UTC 2010 
State-Changed-Why:  
re-close 

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