freebsd-ports/net/netmap/files/patch-netmap::misc.c
Edwin Groothuis 42f82ca6c0 Make net/netmap building on -current again
PR:		 ports/46267
Submitted by:	Kuang-che Wu <kcwu@kcwu.dyndns.org>
2002-12-20 21:07:52 +00:00

11 lines
299 B
C

--- 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++) {