diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | packet.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -74,6 +74,7 @@ | |||
74 | - djm@cvs.openbsd.org 2011/05/13 00:05:36 | 74 | - djm@cvs.openbsd.org 2011/05/13 00:05:36 |
75 | [authfile.c] | 75 | [authfile.c] |
76 | warn on unexpected key type in key_parse_private_type() | 76 | warn on unexpected key type in key_parse_private_type() |
77 | - (djm) [packet.c] unbreak portability #endif | ||
77 | 78 | ||
78 | 20110510 | 79 | 20110510 |
79 | - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix | 80 | - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix |
@@ -1771,8 +1771,8 @@ packet_set_tos(int tos) | |||
1771 | error("setsockopt IPV6_TCLASS %d: %.100s:", | 1771 | error("setsockopt IPV6_TCLASS %d: %.100s:", |
1772 | tos, strerror(errno)); | 1772 | tos, strerror(errno)); |
1773 | break; | 1773 | break; |
1774 | } | ||
1775 | # endif /* IPV6_TCLASS */ | 1774 | # endif /* IPV6_TCLASS */ |
1775 | } | ||
1776 | #endif /* IP_TOS_IS_BROKEN */ | 1776 | #endif /* IP_TOS_IS_BROKEN */ |
1777 | } | 1777 | } |
1778 | 1778 | ||