From owner-cvs-sys Sun Dec 21 07:35:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA08136 for cvs-sys-outgoing; Sun, 21 Dec 1997 07:35:24 -0800 (PST) (envelope-from owner-cvs-sys) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA08075; Sun, 21 Dec 1997 07:34:54 -0800 (PST) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id AAA00834; Mon, 22 Dec 1997 00:34:50 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id AAA19071; Mon, 22 Dec 1997 00:34:50 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.8.8/3.4W4-SMTP) with ESMTP id AAA10353; Mon, 22 Dec 1997 00:33:09 +0900 (JST) To: bde@zeta.org.au Cc: eivind@FreeBSD.ORG, max@wide.ad.jp, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: src/sys/net if_slvar.h From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Mon, 22 Dec 1997 00:02:15 +1100" <199712211302.AAA12318@godzilla.zeta.org.au> References: <199712211302.AAA12318@godzilla.zeta.org.au> X-Mailer: Mew version 1.92.4 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19971222003306F.masafumi@aslm.rim.or.jp> Date: Mon, 22 Dec 1997 00:33:06 +0900 X-Dispatcher: imput version 971024 Lines: 24 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > It was. This is slattach.c's fault for including a private > header. It wasn't even used. I found the same problem with startslip.c. Index: startslip.c =================================================================== RCS file: /home/ncvs/src/sbin/startslip/startslip.c,v retrieving revision 1.25 diff -u -r1.25 startslip.c --- startslip.c 1997/06/19 14:38:53 1.25 +++ startslip.c 1997/12/21 15:24:05 @@ -66,7 +66,6 @@ #include #include #include -#include #include #define DEFAULT_BAUD B9600 Cheers, Max