Skip site navigation (1)Skip section navigation (2)
Date:      23 May 2001 16:11:53 -0500
From:      Michael Harnois <mdharnois@home.com>
To:        freebsd-current@freebsd.org
Subject:   kernel broken in two places
Message-ID:  <86y9rnlqhy.fsf@mharnois.workgroup.net>

next in thread | raw e-mail | index | archive | help
Unless I missed a heads-up somewhere ...

mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I@/../include  /usr/src/sys/modules/if_sl/../../net/if_sl.c /usr/src/sys/modules/if_sl/../../net/slcompress.c
/usr/src/sys/modules/if_sl/../../net/if_sl.c:96: #error "Huh? Slip without inet?"

and then, if I overcome that breakage by brute force ...

cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I-  -I. -I../.. -I../../dev -I../../../include -I../../contrib/dev/acpica/Subsystem/Include  -D_KERNEL -include opt_global.h -elf  -mpreferred-stack-boundary=2  ../../kern/tty_snoop.c
../../kern/tty_snoop.c: In function `snp_detach':
../../kern/tty_snoop.c:394: structure has no member named `snp_olddisc'
../../kern/tty_snoop.c: In function `snpioctl':
../../kern/tty_snoop.c:477: structure has no member named `snp_olddisc'
*** Error code 1


-- 
Michael D. Harnois                        mdharnois@home.com
Redeemer Lutheran Church                      Washburn, Iowa 
 Some folks you don't have to satirize, 
 you just quote 'em. --Tom Paxton

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86y9rnlqhy.fsf>