Bug 2644 - 2.2-RELEASE don't build no more
Summary: 2.2-RELEASE don't build no more
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 2.2-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-02-03 14:40 UTC by gilbertd
Modified: 1997-02-03 23:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gilbertd 1997-02-03 14:40:01 UTC
Just cvsup'd the kernel source (just src-sys) and now get the error:
cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith  -nostdinc -I- -I. -I../.. -I/usr/include -DAHC_FORCE_PIO -DFAILSAFE -DCOMPAT_43 -DCD9660 -DEXT2FS -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL  ../../netinet/ip_input.c
../../netinet/ip_input.c: In function `ip_input':
../../netinet/ip_input.c:323: `ip_divert_ignore' undeclared (first use this function)
../../netinet/ip_input.c:323: (Each undeclared identifier is reported only once
../../netinet/ip_input.c:323: for each function it appears in.)
*** Error code 1

How-To-Repeat: Erm - probably cvsup your kernel, reconfigure and type make
Comment 1 Joerg Wunsch freebsd_committer freebsd_triage 1997-02-03 23:16:21 UTC
State Changed
From-To: open->closed

Fixed in rev 1.50.23 and 1.44.2.3 of ip_{in,out}put.c, resp. 
Sorry for the breakage.