Re: cvs commit: src/sys/net if_arcsubr.c if_atmsubr.c if_ef.c if_ethersubr.c if_faith.c if_fddisubr.c if_gif.c if_iso88025subr.c if_loop.c if_ppp.c if_sl.c if_spppsubr.c if_stf.c if_tun.c netisr.c netisr.h src/sys/netatalk aarp.c at_extern.h at_var.h ...

2003-03-08 Thread Jonathan Lemon
t; > sys/net if_arcsubr.c if_atmsubr.c if_ef.c > > if_ethersubr.c if_faith.c if_fddisubr.c > > if_gif.c if_iso88025subr.c if_loop.c > > if_ppp.c if_sl.c if_spppsubr.c if

Re: cvs commit: src/sys/net if_arcsubr.c if_atmsubr.c if_ef.c if_ethersubr.c if_faith.c if_fddisubr.c if_gif.c if_iso88025subr.c if_loop.c if_ppp.c if_sl.c if_spppsubr.c if_stf.c if_tun.c netisr.c netisr.h src/sys/netatalk aarp.c at_extern.h at_var.h ...

2003-03-08 Thread qhwt
Hello. On Tue, Mar 04, 2003 at 03:19:55PM -0800, Jonathan Lemon wrote: > jlemon 2003/03/04 15:19:55 PST > > FreeBSD src repository > > Modified files: > sys/net if_arcsubr.c if_atmsubr.c if_ef.c > if_ethersubr.c if_

if_ef.c

2001-08-01 Thread Michael Tang Helmeste
if_ef.c in -CURRENT was broken (at least 2days ago) and wouldn't compile here is a working one: http://www.glassfish.net/~glassfish/if_ef.c.gz To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: "make buildkernel" breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread Dima Dorfman
David Wolfskill <[EMAIL PROTECTED]> writes: > So I'd have thought that the "make buildkernel" process should have been > using the freshly-made "make" over in /usr/obj -- or am I confused > (again)? buildkernel tries to use all the newly-built binaries. I think make is an exception, though. The

Re: "make buildkernel" breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread David Wolfskill
>Date: Fri, 16 Mar 2001 16:22:35 -0800 >From: Dima Dorfman <[EMAIL PROTECTED]> >David Wolfskill <[EMAIL PROTECTED]> writes: >> ... >> ===> if_ef >> @ -> /usr/src/sys >> machine -> /usr/src/sys/i386/include >> echo "#define IPX 1" > opt_ipx.h >> echo "#define INET 1" > opt_inet.h >> echo " >Try b

Re: "make buildkernel" breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread Dima Dorfman
David Wolfskill <[EMAIL PROTECTED]> writes: > machine -> /usr/src/sys/i386/include > echo "#define INET 1" > opt_inet.h > touch opt_inet6.h > rm -f .depend > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I > @/../include -I/usr/obj/usr/src/i386/usr/include /usr/src/s

"make buildkernel" breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread David Wolfskill
LD_MODULE -I- -I. -I@ -I@/dev -I@/../include -I/usr/obj/usr/src/i386/usr/include /usr/src/sys/modules/if_ef/../../net/if_ef.c /usr/src/sys/modules/if_ef/../../net/if_ef.c:31: opt_ef.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/if_ef. *** Error