From ddac6c5bc636003d664d25c08ea3fe176565096c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Sep 2008 14:22:19 +0200 Subject: src: Update comments A number of comments are redundant, some outdated and others outright wrong in their own way. Remove and fixup. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libip6t_eui64.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'extensions/libip6t_eui64.c') diff --git a/extensions/libip6t_eui64.c b/extensions/libip6t_eui64.c index b93d1215..8754b936 100644 --- a/extensions/libip6t_eui64.c +++ b/extensions/libip6t_eui64.c @@ -11,7 +11,6 @@ #endif #include -/* Function which prints out usage message. */ static void eui64_help(void) { printf( @@ -20,8 +19,6 @@ static void eui64_help(void) " This module checks for EUI64 IPv6 addresses\n"); } -/* Function which parses command options; returns true if it - ate an option */ static int eui64_parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_match **match) { -- cgit v1.2.3