Remove needless includes of netinet6/ip6_var.h header in userland.
authorbluhm <bluhm@openbsd.org>
Sun, 11 Feb 2024 21:29:12 +0000 (21:29 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 11 Feb 2024 21:29:12 +0000 (21:29 +0000)
OK millert@

lib/libkvm/kvm_file2.c
sbin/slaacd/engine.c
sbin/slaacd/frontend.c
sbin/sysctl/sysctl.c
usr.sbin/rad/frontend.c

index a1f1f91..3d9767c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kvm_file2.c,v 1.57 2022/02/22 17:35:01 deraadt Exp $  */
+/*     $OpenBSD: kvm_file2.c,v 1.58 2024/02/11 21:29:12 bluhm Exp $    */
 
 /*
  * Copyright (c) 2009 Todd C. Miller <millert@openbsd.org>
 
 #ifdef INET6
 #include <netinet/ip6.h>
-#include <netinet6/ip6_var.h>
 #endif
 
 #include <fcntl.h>
index ef25f4b..000a9fc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: engine.c,v 1.87 2024/02/03 18:30:17 florian Exp $     */
+/*     $OpenBSD: engine.c,v 1.88 2024/02/11 21:29:12 bluhm Exp $       */
 
 /*
  * Copyright (c) 2017 Florian Obser <florian@openbsd.org>
@@ -60,7 +60,6 @@
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
 #include <netinet/ip6.h>
-#include <netinet6/ip6_var.h>
 #include <netinet6/nd6.h>
 #include <netinet/icmp6.h>
 
index 25b6fe2..247dcd8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: frontend.c,v 1.65 2023/12/14 09:58:59 claudio Exp $   */
+/*     $OpenBSD: frontend.c,v 1.66 2024/02/11 21:29:12 bluhm Exp $     */
 
 /*
  * Copyright (c) 2017 Florian Obser <florian@openbsd.org>
@@ -37,7 +37,6 @@
 #include <netinet6/nd6.h>
 #include <netinet6/in6_var.h>
 #include <netinet/ip6.h>
-#include <netinet6/ip6_var.h>
 #include <netinet/icmp6.h>
 
 #include <errno.h>
index c22bd4b..9beb816 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sysctl.c,v 1.259 2023/05/17 22:12:51 kettenis Exp $   */
+/*     $OpenBSD: sysctl.c,v 1.260 2024/02/11 21:29:12 bluhm Exp $      */
 /*     $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $       */
 
 /*
@@ -75,7 +75,6 @@
 
 #include <netinet/ip6.h>
 #include <netinet/icmp6.h>
-#include <netinet6/ip6_var.h>
 #include <netinet6/ip6_divert.h>
 
 #include <netmpls/mpls.h>
index daeb49d..352479f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: frontend.c,v 1.43 2023/12/14 11:09:34 claudio Exp $   */
+/*     $OpenBSD: frontend.c,v 1.44 2024/02/11 21:29:12 bluhm Exp $     */
 
 /*
  * Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -66,7 +66,6 @@
 #include <netinet6/nd6.h>
 #include <netinet6/in6_var.h>
 #include <netinet/ip6.h>
-#include <netinet6/ip6_var.h>
 #include <netinet/icmp6.h>
 
 #include <ctype.h>