From owner-freebsd-current@FreeBSD.ORG Mon Sep 13 01:41:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BAE516A4CF for ; Mon, 13 Sep 2004 01:41:27 +0000 (GMT) Received: from gddsn.org.cn (mail.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F3DC43D3F for ; Mon, 13 Sep 2004 01:41:27 +0000 (GMT) (envelope-from wsk@gddsn.org.cn) Received: from gddsn.org.cn (unknown [211.96.21.195]) by gddsn.org.cn (Postfix) with ESMTP id 7056838CBF3 for ; Mon, 13 Sep 2004 09:39:34 +0800 (CST) Message-ID: <4144FA4A.5090601@gddsn.org.cn> Date: Mon, 13 Sep 2004 09:39:22 +0800 From: wsk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.6) Gecko/20040706 X-Accept-Language: zh-cn,zh MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 13 Sep 2004 14:48:07 +0000 Subject: 6-CURRENT build ppp failed with -DNONETGRAPH X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 01:41:27 -0000 hi,list: get the following error mesgs with today's kernel: ..... cc -O -pipe -DNONETGRAPH -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/usr.sbin/ppp/tty.c /usr/src/usr.sbin/ppp/tty.c:577: warning: unused parameter 'auxfd' /usr/src/usr.sbin/ppp/tty.c:577: warning: unused parameter 'nauxfd' /usr/src/usr.sbin/ppp/tty.c:626: warning: unused parameter 'auxfd' /usr/src/usr.sbin/ppp/tty.c:626: warning: unused parameter 'nauxfd' *** Error code 1 any ideas?