summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_CLASSIFY.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2005-11-18 18:00:25 +0000
committerPatrick McHardy <kaber@trash.net>2005-11-18 18:00:25 +0000
commit2739cb813c93a25b036429e48e6bdae98d5c25ad (patch)
tree277acb4b1c69846a8323d8ba828237cb2c071127 /extensions/libipt_CLASSIFY.c
parent6656e1378f432ab8690e7d22128793a1ddc5166b (diff)
Fix some gcc-4 warnings
Diffstat (limited to 'extensions/libipt_CLASSIFY.c')
-rw-r--r--extensions/libipt_CLASSIFY.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_CLASSIFY.c b/extensions/libipt_CLASSIFY.c
index 16c80539..07c9b25e 100644
--- a/extensions/libipt_CLASSIFY.c
+++ b/extensions/libipt_CLASSIFY.c
@@ -32,7 +32,7 @@ init(struct ipt_entry_target *t, unsigned int *nfcache)
{
}
-int string_to_priority(const unsigned char *s, unsigned int *p)
+int string_to_priority(const char *s, unsigned int *p)
{
unsigned int i, j;