Jan Engelhardt: remove unneedd macro
diff --git a/extensions/ebt_arpreply.c b/extensions/ebt_arpreply.c
index 32e50b4..0b81b1c 100644
--- a/extensions/ebt_arpreply.c
+++ b/extensions/ebt_arpreply.c
@@ -122,7 +122,7 @@
 
 static struct ebt_u_target arpreply_target =
 {
-	.name		= EBT_ARPREPLY_TARGET,
+	.name		= "arpreply",
 	.size		= sizeof(struct ebt_arpreply_info),
 	.help		= print_help,
 	.init		= init,