Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 1997 00:33:06 +0900
From:      Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= <max@wide.ad.jp>
To:        bde@zeta.org.au
Cc:        max@wide.ad.jp
Subject:   Re: cvs commit: src/sys/net if_slvar.h
Message-ID:  <19971222003306F.masafumi@aslm.rim.or.jp>
In-Reply-To: Your message of "Mon, 22 Dec 1997 00:02:15 %2B1100" <199712211302.AAA12318@godzilla.zeta.org.au>
References:  <199712211302.AAA12318@godzilla.zeta.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
     > 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 <netinet/in.h>
 #include <net/if.h>
 #include <net/if_var.h>
-#include <net/if_slvar.h>
 #include <net/slip.h>
 
 #define DEFAULT_BAUD    B9600


     Cheers,
Max



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971222003306F.masafumi>