Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/netstat do not include netinet/in6_systm.h, which ha...
details: https://anonhg.NetBSD.org/src/rev/27799c284708
branches: trunk
changeset: 475048:27799c284708
user: itojun <itojun%NetBSD.org@localhost>
date: Fri Jul 30 10:31:22 1999 +0000
description:
do not include netinet/in6_systm.h, which has been empty for a while.
diffstat:
usr.bin/netstat/inet6.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r d93ab0f395ef -r 27799c284708 usr.bin/netstat/inet6.c
--- a/usr.bin/netstat/inet6.c Fri Jul 30 10:29:35 1999 +0000
+++ b/usr.bin/netstat/inet6.c Fri Jul 30 10:31:22 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: inet6.c,v 1.2 1999/07/06 13:18:46 itojun Exp $ */
+/* $NetBSD: inet6.c,v 1.3 1999/07/30 10:31:22 itojun Exp $ */
/* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */
/*
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)inet.c 8.4 (Berkeley) 4/20/94";
#else
-__RCSID("$NetBSD: inet6.c,v 1.2 1999/07/06 13:18:46 itojun Exp $");
+__RCSID("$NetBSD: inet6.c,v 1.3 1999/07/30 10:31:22 itojun Exp $");
#endif
#endif /* not lint */
@@ -59,7 +59,6 @@
#include <netinet/ip.h>
#include <netinet/ip_var.h>
#endif
-#include <netinet6/in6_systm.h>
#include <netinet6/in6_pcb.h>
#include <netinet6/ip6_var.h>
#ifdef TCP6
Home |
Main Index |
Thread Index |
Old Index