| Submitter | Arturo Borrero |
|---|---|
| Date | Feb. 12, 2013, 11:08 p.m. |
| Message ID | <20130212230831.10643.41041.stgit@nfdev.cica.es> |
| Download | mbox | patch |
| Permalink | /patch/220008/ |
| State | Accepted |
| Headers | show |
Comments
On Wed, Feb 13, 2013 at 12:08:31AM +0100, Arturo Borrero wrote: > > --- > src/expr/match.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) Applied, thanks Arturo. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/src/expr/match.c b/src/expr/match.c index 0c7427d..9ae849b 100644 --- a/src/expr/match.c +++ b/src/expr/match.c @@ -15,8 +15,6 @@ #include <stdint.h> #include <string.h> /* for memcpy */ #include <arpa/inet.h> -#include <stdlib.h> /* bin to hex*/ -#include <math.h> /* bin to hex*/ #include <libmnl/libmnl.h>