[openssh-commits] [openssh] 01/01: compat for missing IPTOS_DSCP_LE in system headers

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jan 28 12:57:43 AEDT 2020


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

djm pushed a commit to branch master
in repository openssh.

commit ec8a759b4045e54d6b38e690ffee4cbffc53c7b7
Author: Damien Miller <djm at mindrot.org>
Date:   Tue Jan 28 12:57:25 2020 +1100

    compat for missing IPTOS_DSCP_LE in system headers
---
 defines.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/defines.h b/defines.h
index 86507ab6..6c816e78 100644
--- 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

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


More information about the openssh-commits mailing list