Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: fusl/src/network/lookup_name.c

Issue 1706293003: [fusl] Remove some more tabs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fusl/src/network/lookup_name.c
diff --git a/fusl/src/network/lookup_name.c b/fusl/src/network/lookup_name.c
index b1f2487160eac328adddb37f1f2a672a4efadcb8..923e1d38241913b2f8034dcbf9396a6e285ad2f9 100644
--- a/fusl/src/network/lookup_name.c
+++ b/fusl/src/network/lookup_name.c
@@ -270,12 +270,12 @@ static const struct policy {
{"\x20\1", 3, 0xff, 5, 5},
{"\xfc", 0, 0xfe, 3, 13},
#if 0
- /* These are deprecated and/or returned to the address
- * pool, so despite the RFC, treating them as special
- * is probably wrong. */
- { "", 11, 0xff, 1, 3 },
- { "\xfe\xc0", 1, 0xc0, 1, 11 },
- { "\x3f\xfe", 1, 0xff, 1, 12 },
+ /* These are deprecated and/or returned to the address
+ * pool, so despite the RFC, treating them as special
+ * is probably wrong. */
+ {"", 11, 0xff, 1, 3},
+ {"\xfe\xc0", 1, 0xc0, 1, 11},
+ {"\x3f\xfe", 1, 0xff, 1, 12},
#endif
/* Last rule must match all addresses to stop loop. */
{"", 0, 0, 40, 1},

Powered by Google App Engine
This is Rietveld 408576698