From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- net/netdude/files/patch-protocols-ip__nd_ip.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/netdude/files/patch-protocols-ip__nd_ip.c (limited to 'net/netdude/files/patch-protocols-ip__nd_ip.c') diff --git a/net/netdude/files/patch-protocols-ip__nd_ip.c b/net/netdude/files/patch-protocols-ip__nd_ip.c new file mode 100644 index 000000000000..182522670339 --- /dev/null +++ b/net/netdude/files/patch-protocols-ip__nd_ip.c @@ -0,0 +1,11 @@ +--- protocols/ip/nd_ip.c.orig Sun Oct 13 21:33:19 2002 ++++ protocols/ip/nd_ip.c Sun Oct 13 21:34:05 2002 +@@ -102,7 +102,7 @@ + { N_("Low delay"), N_("Minimize delay"), IPTOS_LOWDELAY, nd_ip_tos_value_cb }, + { N_("Throughput"), N_("Maximize throughput"), IPTOS_THROUGHPUT, nd_ip_tos_value_cb }, + { N_("Reliability"), N_("Maximize reliability"), IPTOS_RELIABILITY, nd_ip_tos_value_cb }, +- { N_("Low cost"), N_("Minimize cost"), IPTOS_LOWCOST, nd_ip_tos_value_cb }, ++ { N_("Low cost"), N_("Minimize cost"), IPTOS_MINCOST, nd_ip_tos_value_cb }, + { N_("None"), N_("Clear all bits"), 0, nd_ip_tos_value_cb }, + { N_("Custom"), N_("Custom ToS value"), -1, nd_ip_tos_custom_cb }, + { NULL, NULL, 0, NULL} -- cgit v1.2.3