From owner-freebsd-current Sat Dec 14 08:15:23 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA11774 for current-outgoing; Sat, 14 Dec 1996 08:15:23 -0800 (PST) Received: from pdx1.world.net (pdx1.world.net [192.243.32.18]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id IAA11764 for ; Sat, 14 Dec 1996 08:15:20 -0800 (PST) Received: from suburbia.net (suburbia.net [203.4.184.1]) by pdx1.world.net (8.7.5/8.7.3) with SMTP id IAA26923 for ; Sat, 14 Dec 1996 08:15:37 -0800 (PST) Received: (qmail 1763 invoked from network); 14 Dec 1996 16:14:33 -0000 Received: from profane.iq.org (203.4.184.222) by suburbia.net with SMTP; 14 Dec 1996 16:14:33 -0000 Received: (from root@localhost) by profane.iq.org (8.8.4/8.8.2) id TAA08317 for current@freebsd.org; Sat, 14 Dec 1996 19:48:40 +1100 (EST) Date: Sat, 14 Dec 1996 19:48:40 +1100 (EST) From: I call god Message-Id: <199612140848.TAA08317@profane.iq.org> To: current@freebsd.org Subject: in_ifaddr' undeclared (first use this function) Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk root@profane:/sys/compile/SUB# make cc -c -O -pipe -m486 -pipe -malign-functions=2 -malign-loops=2 -malign-jumps=2 -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DSPX_HACK -DEXT2FS -DPSM_NO_RESET -DFDSEEKWAIT=16 -DSC_KBD_PROBE_WORKS -DTUNE_1542 -DSAFETY -DNSWAPDEV=20 -DDEVFS -DMFS -DCD9660 -DNFS -DFFS -DIPDIVERT -DINET -DCOMPAT_43 -DI586_OPTIMIZED_BZERO -DI586_OPTIMIZED_BCOPY -DI586_FAST_BCOPY -DFAILSAFE -DKERNEL ../../netinet/if_ether.c ../../netinet/if_ether.c: In function `in_arpinput': ../../netinet/if_ether.c:453: `in_ifaddr' undeclared (first use this function) ../../netinet/if_ether.c:453: (Each undeclared identifier is reported only once ../../netinet/if_ether.c:453: for each function it appears in.) Looking at the code, this looks like a semantic typo. in_ifaddr is the struct, but it is being used as a variable name -Julian A.