Bug 12524

Summary: new commited sources as of sending date won't make
Product: Base System Reporter: sporty <sporty>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-STABLE   
Hardware: Any   
OS: Any   

Description sporty 1999-07-05 19:20:01 UTC
make world problem

newer sources (as of sending date) won't compile.  usr.sbin/arp/arp.c won't
compile.  even went to the extent of using a new source directory and cvsup'ing
everything over again.

512: structure has no member named `sdl_rcf'
513: [same]
514: [same]
515: structure has no member named `sdl_route'

older sources (such as from 99.06.01.00.00) will make

How-To-Repeat: 
use newest sources and try to compile.
Comment 1 hoek freebsd_committer freebsd_triage 1999-07-06 00:29:31 UTC
State Changed
From-To: open->closed

Did you intentionally mark this PR confidential?  Please don't do that. 

[I didn't mean to close this...  only fix the confidential, will be  
re-opened in a sec, although, fwiw, I don't see the bug that you're 
reporting...  Actually, I'm a little hesitent to re-open the PR.  arp.c 
was recently changed by archie on July 6 and presumably this is what is 
causing your problem, but nothing archie changed looks like it could cause 
such a problem (and like I said, it works for me).  I know you recvsupped, 
but I can't help wondering if maybe something is wrong with your include 
files somewhere, yet? ... ] 
Comment 2 hoek freebsd_committer freebsd_triage 1999-07-06 00:47:29 UTC
State Changed
From-To: closed->open

Didn't previously mean to close, but see note included as explanation 
for state-change.  Confidential is fixed now, anyways... 
Comment 3 hoek freebsd_committer freebsd_triage 1999-07-08 03:34:56 UTC
State Changed
From-To: open->closed

Submitter reports that the problem was solved by putting an updated 
header into /usr/include/.  It's not clear why this was necessary for 
world to work in this case.