summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet.c b/packet.c
index f323e7eeb..ba9341731 100644
--- a/packet.c
+++ b/packet.c
@@ -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