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

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: apptest rebase 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
« no previous file with comments | « fusl/src/network/gethostbyname.c ('k') | fusl/src/regex/regcomp.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..7048d0ed833377895f0f811791dc4ef1c7e3ffe6 100644
--- a/fusl/src/network/lookup_name.c
+++ b/fusl/src/network/lookup_name.c
@@ -269,15 +269,13 @@ static const struct policy {
{"\x20\2", 1, 0xff, 30, 2},
{"\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 },
-#endif
- /* Last rule must match all addresses to stop loop. */
+ /* 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},
+ * Last rule must match all addresses to stop loop. */
{"", 0, 0, 40, 1},
};
« no previous file with comments | « fusl/src/network/gethostbyname.c ('k') | fusl/src/regex/regcomp.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698