From 42f82ca6c005fd07dd0ee69e3d3c31e91ec1045e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 20 Dec 2002 21:07:52 +0000 Subject: Make net/netmap building on -current again PR: ports/46267 Submitted by: Kuang-che Wu --- net/netmap/files/patch-netmap::misc.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/netmap/files/patch-netmap::misc.c (limited to 'net/netmap/files/patch-netmap::misc.c') diff --git a/net/netmap/files/patch-netmap::misc.c b/net/netmap/files/patch-netmap::misc.c new file mode 100644 index 000000000000..32f365a75d9f --- /dev/null +++ b/net/netmap/files/patch-netmap::misc.c @@ -0,0 +1,11 @@ +--- netmap/misc.c.orig Sun Dec 15 14:54:26 2002 ++++ netmap/misc.c Sun Dec 15 14:54:26 2002 +@@ -54,7 +54,7 @@ + return false; + + bool had_point = false; +- int beyond_point = 0; ++ unsigned int beyond_point = 0; + + int int_first = 0; + for(unsigned i = 0; i < str.length(); i++) { -- cgit v1.2.3