Jan Engelhardt: remove unneedd macro
diff --git a/extensions/ebt_mark.c b/extensions/ebt_mark.c
index a924ceb..5776b1c 100644
--- a/extensions/ebt_mark.c
+++ b/extensions/ebt_mark.c
@@ -161,7 +161,7 @@
 
 static struct ebt_u_target mark_target =
 {
-	.name		= EBT_MARK_TARGET,
+	.name		= "mark",
 	.size		= sizeof(struct ebt_mark_t_info),
 	.help		= print_help,
 	.init		= init,