From owner-freebsd-questions Wed Jun 16 18:21:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from techpower.net (techpower.net [205.133.231.1]) by hub.freebsd.org (Postfix) with ESMTP id CB243151D2 for ; Wed, 16 Jun 1999 18:20:58 -0700 (PDT) (envelope-from tonya@techpower.net) Received: from localhost (tonya@localhost) by techpower.net (8.9.3/8.9.3) with ESMTP id VAA04185 for ; Wed, 16 Jun 1999 21:19:15 -0400 (EDT) Date: Wed, 16 Jun 1999 21:19:15 -0400 (EDT) From: tonya To: freebsd-questions@FreeBSD.ORG Subject: pppd 2.3.8 kernel patches Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed pppd in the new 3.2 stable the patches apply now the kernel will not compile correctly. I get the following: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitializ ed -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../ ../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../net/ppp_tty .c ../../net/ppp_tty.c: In function `ppptioctl': ../../net/ppp_tty.c:478: `TIOCRCVFRAME' undeclared (first use this function) ../../net/ppp_tty.c:478: (Each undeclared identifier is reported only once ../../net/ppp_tty.c:478: for each function it appears in.) ../../net/ppp_tty.c:482: warning: unreachable code at beginning of switch statem ent ../../net/ppp_tty.c: In function `pppsyncstart': ../../net/ppp_tty.c:703: `TIOCXMTFRAME' undeclared (first use this function) *** Error code 1 what did I miss ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message