# HG changeset patch # User diego # Date 1181635295 0 # Node ID f0b9505b7b8b53ae9c3261fb02ddd79266b5ac49 # Parent 06c4f61b5b3351ddc4ea80011e0dcc857b94bbe6 Add some explanatory comments to #endif directives. diff -r 06c4f61b5b33 -r f0b9505b7b8b udp.c --- a/udp.c Tue Jun 12 07:59:34 2007 +0000 +++ b/udp.c Tue Jun 12 08:01:35 2007 +0000 @@ -204,7 +204,7 @@ return -1; } -#endif +#endif /* CONFIG_IPV6 */ /** @@ -384,7 +384,7 @@ goto fail; } } -#endif +#endif /* CONFIG_IPV6 */ if (is_output) { /* limit the tx buf size to limit latency */