cvs commit: src/sys/i386/i386 nexus.c src/sys/i386/include atomic.h src/sys/kern kern_poll.c lwkt_serialize.c src/sys/net if.c if_var.h rtsock.c src/sbin/ifconfig ifconfig.c src/sys/dev/netif/dc if_dc.c src/sys/dev/netif/em if_em.c if_em.h ...

Chris Pressey cpressey at catseye.mine.nu
Wed May 25 13:57:03 PDT 2005


On Tue, 24 May 2005 18:44:33 -0700 (PDT)
Matthew Dillon <dillon at xxxxxxxxxxxxxxxxxxxxxxx> wrote:

> http://www.dragonflybsd.org/cvsweb/src/sys/net/if.c.diff?r1=1.34&r2=1.35&f=u

This appears to have broken buildkernel for me...

touch hack.c
cc -shared -nostdlib hack.c -o hack.So
rm -f hack.c
sh /usr/src/sys/conf/newvers.sh GENERIC 
cc -c -O -pipe -mtune=pentiumpro -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual  -ansi -g -nostdinc -I.
-I/usr/src/sys -I/usr/src/sys/../include
-I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter 
-D_KERNEL -include opt_global.h  -mpreferred-stack-boundary=2
-fno-common -ffreestanding  vers.c
linking kernel.debug
if.o(.text+0x47c): In function `if_detach':
/usr/src/sys/net/if.c:322: undefined reference to
`ether_poll_deregister'
*** Error code 1

Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

-Chris





More information about the Commits mailing list