* [PATCH iptables] xtables: Remove unused macro
@ 2017-02-27 20:33 Subash Abhinov Kasiviswanathan
2017-02-27 23:23 ` Liping Zhang
0 siblings, 1 reply; 2+ messages in thread
From: Subash Abhinov Kasiviswanathan @ 2017-02-27 20:33 UTC (permalink / raw)
To: netfilter-devel, pablo; +Cc: Subash Abhinov Kasiviswanathan
Minor change to remove the unused macro added as part of commit
e8f857a5a1514c3e7d0d8ea0f7d2d571f0e37bd1 ("xtables: Add an interval
option for xtables lock wait")
Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
---
iptables/xshared.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/iptables/xshared.c b/iptables/xshared.c
index cccb8ae..543d9be 100644
--- a/iptables/xshared.c
+++ b/iptables/xshared.c
@@ -17,7 +17,6 @@
#include "xshared.h"
#define XT_LOCK_NAME "/run/xtables.lock"
-#define BASE_MICROSECONDS 100000
/*
* Print out any special helps. A user might like to be able to add a --help
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iptables] xtables: Remove unused macro
2017-02-27 20:33 [PATCH iptables] xtables: Remove unused macro Subash Abhinov Kasiviswanathan
@ 2017-02-27 23:23 ` Liping Zhang
0 siblings, 0 replies; 2+ messages in thread
From: Liping Zhang @ 2017-02-27 23:23 UTC (permalink / raw)
To: Subash Abhinov Kasiviswanathan
Cc: Netfilter Developer Mailing List, Pablo Neira Ayuso
Hi,
2017-02-28 4:33 GMT+08:00 Subash Abhinov Kasiviswanathan
<subashab@codeaurora.org>:
> Minor change to remove the unused macro added as part of commit
> e8f857a5a1514c3e7d0d8ea0f7d2d571f0e37bd1 ("xtables: Add an interval
> option for xtables lock wait")
[...]
> -#define BASE_MICROSECONDS 100000
I had already sent a patch to fix a issue introduced by commit
e8f857a5a1 ("xtables: Add an interval option for xtables lock wait"),
including this tiny modification, you can refer to this:
http://patchwork.ozlabs.org/patch/724242/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-28 1:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-27 20:33 [PATCH iptables] xtables: Remove unused macro Subash Abhinov Kasiviswanathan
2017-02-27 23:23 ` Liping Zhang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).