Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysctl do not include sys/netinet6/in6_systm.h, thi...



details:   https://anonhg.NetBSD.org/src/rev/d93ab0f395ef
branches:  trunk
changeset: 475047:d93ab0f395ef
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Jul 30 10:29:35 1999 +0000

description:
do not include sys/netinet6/in6_systm.h, this has been empty.

diffstat:

 usr.sbin/sysctl/sysctl.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0757f7980798 -r d93ab0f395ef usr.sbin/sysctl/sysctl.c
--- a/usr.sbin/sysctl/sysctl.c  Fri Jul 30 09:54:57 1999 +0000
+++ b/usr.sbin/sysctl/sysctl.c  Fri Jul 30 10:29:35 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.c,v 1.20 1999/07/02 08:58:22 itojun Exp $       */
+/*     $NetBSD: sysctl.c,v 1.21 1999/07/30 10:29:35 itojun Exp $       */
 
 /*
  * Copyright (c) 1993
@@ -44,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)sysctl.c   8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: sysctl.c,v 1.20 1999/07/02 08:58:22 itojun Exp $");
+__RCSID("$NetBSD: sysctl.c,v 1.21 1999/07/30 10:29:35 itojun Exp $");
 #endif
 #endif /* not lint */
 
@@ -80,7 +80,6 @@
 #include <netinet/tcp_var.h>
 
 #ifdef INET6
-#include <netinet6/in6_systm.h>
 #include <netinet6/ip6.h>
 #include <netinet6/icmp6.h>
 #include <netinet6/ip6_var.h>



Home | Main Index | Thread Index | Old Index