]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
compat for missing IPTOS_DSCP_LE in system headers
authorDamien Miller <djm@mindrot.org>
Tue, 28 Jan 2020 01:57:25 +0000 (12:57 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 28 Jan 2020 01:57:25 +0000 (12:57 +1100)
defines.h

index 86507ab67433dafa87ad12d550fc911d8e619192..6c816e78271c0872a7250a55045339ba1f41ec1e 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -96,6 +96,9 @@ enum
 #ifndef IPTOS_DSCP_EF
 # define       IPTOS_DSCP_EF           0xb8
 #endif /* IPTOS_DSCP_EF */
+#ifndef IPTOS_DSCP_LE
+# define       IPTOS_DSCP_LE           0x01
+#endif /* IPTOS_DSCP_LE */
 #ifndef IPTOS_PREC_CRITIC_ECP
 # define IPTOS_PREC_CRITIC_ECP         0xa0
 #endif