- (djm) [packet.c] unbreak portability #endif

This commit is contained in:
Damien Miller 2011-05-15 08:58:15 +10:00
parent 9d276b8d68
commit 23f425b48b
2 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@
- djm@cvs.openbsd.org 2011/05/13 00:05:36 - djm@cvs.openbsd.org 2011/05/13 00:05:36
[authfile.c] [authfile.c]
warn on unexpected key type in key_parse_private_type() warn on unexpected key type in key_parse_private_type()
- (djm) [packet.c] unbreak portability #endif
20110510 20110510
- (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix

View File

@ -1771,8 +1771,8 @@ packet_set_tos(int tos)
error("setsockopt IPV6_TCLASS %d: %.100s:", error("setsockopt IPV6_TCLASS %d: %.100s:",
tos, strerror(errno)); tos, strerror(errno));
break; break;
}
# endif /* IPV6_TCLASS */ # endif /* IPV6_TCLASS */
}
#endif /* IP_TOS_IS_BROKEN */ #endif /* IP_TOS_IS_BROKEN */
} }