[openssh-commits] [openssh] 09/09: Remove unused <netinet/in_systm.h> includes.

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Feb 8 04:45:59 AEDT 2026


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit ad632364fb06f3bd1e9177e587d0040cf7958676
Author: Jonas 'Sortie' Termansen <sortie at maxsi.org>
AuthorDate: Sat Nov 2 22:30:07 2024 +0100

    Remove unused <netinet/in_systm.h> includes.
    
    netinet/in_systm.h is no longer in upstream and anything that actually
    needs it will get it from includes.h.
---
 defines.h  | 1 -
 misc.c     | 1 -
 readconf.c | 1 -
 servconf.c | 1 -
 4 files changed, 4 deletions(-)

diff --git a/defines.h b/defines.h
index 43d3c0a3f..8901da47a 100644
--- a/defines.h
+++ b/defines.h
@@ -55,7 +55,6 @@ enum
 /*
  * Definitions for IP type of service (ip_tos)
  */
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #ifndef IPTOS_LOWDELAY
 # define IPTOS_LOWDELAY          0x10
diff --git a/misc.c b/misc.c
index 9d9282174..3189e30aa 100644
--- a/misc.c
+++ b/misc.c
@@ -43,7 +43,6 @@
 #include <unistd.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
diff --git a/readconf.c b/readconf.c
index eca1e7808..48529540a 100644
--- a/readconf.c
+++ b/readconf.c
@@ -22,7 +22,6 @@
 
 #include <net/if.h>
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <arpa/inet.h>
 
diff --git a/servconf.c b/servconf.c
index 94184b5b4..75f3f5dbd 100644
--- a/servconf.c
+++ b/servconf.c
@@ -20,7 +20,6 @@
 #endif
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #ifdef HAVE_NET_ROUTE_H
 #include <net/route.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list