diff options
author | wollman <wollman@FreeBSD.org> | 1997-01-03 20:19:50 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1997-01-03 20:19:50 +0000 |
commit | 5972643f58355298ad5382ed2e5cf054930f6927 (patch) | |
tree | 921b9687fd07168367a910cfcaa9fef197354830 /sbin | |
parent | e9eee4f4075fde5691b87c6d72f173e550b0fb4c (diff) | |
download | FreeBSD-src-5972643f58355298ad5382ed2e5cf054930f6927.zip FreeBSD-src-5972643f58355298ad5382ed2e5cf054930f6927.tar.gz |
Update to match changes in <net/if.h>.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 3 | ||||
-rw-r--r-- | sbin/slattach/slattach.c | 3 | ||||
-rw-r--r-- | sbin/startslip/startslip.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 0bd94ea..0a1bc90 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; */ static const char rcsid[] = - "$Id: ifconfig.c,v 1.20 1996/11/21 19:36:09 wollman Exp $"; + "$Id: ifconfig.c,v 1.21 1996/12/10 17:07:17 wollman Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -52,6 +52,7 @@ static const char rcsid[] = #include <sys/time.h> #include <net/if.h> +#include <net/if_var.h> #include <net/if_dl.h> #include <net/if_types.h> #include <net/route.h> diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c index 9ab7b31..dcbdcd2 100644 --- a/sbin/slattach/slattach.c +++ b/sbin/slattach/slattach.c @@ -42,7 +42,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)slattach.c 4.6 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: slattach.c,v 1.21 1996/12/10 17:07:44 wollman Exp $"; +static char rcsid[] = "$Id: slattach.c,v 1.22 1996/12/10 21:25:42 wollman Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -64,6 +64,7 @@ static char rcsid[] = "$Id: slattach.c,v 1.21 1996/12/10 17:07:44 wollman Exp $" #include <netinet/in.h> #include <net/if.h> +#include <net/if_var.h> #include <net/slip.h> #include <net/if_slvar.h> diff --git a/sbin/startslip/startslip.c b/sbin/startslip/startslip.c index 222d163..feb0f90 100644 --- a/sbin/startslip/startslip.c +++ b/sbin/startslip/startslip.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: startslip.c,v 1.18 1995/09/27 17:15:37 ache Exp $ + * $Id: startslip.c,v 1.19 1996/12/10 17:07:48 wollman Exp $ */ #ifndef lint @@ -63,6 +63,7 @@ static char sccsid[] = "@(#)startslip.c 8.1 (Berkeley) 6/5/93"; #include <netinet/in.h> #include <net/if.h> +#include <net/if_var.h> #include <net/if_slvar.h> #include <net/slip.h> |