From patchwork Wed Feb 29 07:15:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libnetfilter_cttimeout: misc cleanup Date: Tue, 28 Feb 2012 21:15:36 -0000 From: Jan Engelhardt X-Patchwork-Id: 143675 Message-Id: <1330499742-28091-1-git-send-email-jengelh@medozas.de> To: pablo@netfilter.org Cc: netfilter-devel@vger.kernel.org Note that src/*.c reads "GPL-2.0+" while the COPYING file shows an LGPL-2.1 text. Clarification would be welcome. === The following changes since commit eb9385b594bbd463fdc0704c33ca88e4d2e4cbb1: add README file (2012-02-29 03:33:44 +0100) are available in the git repository at: git://dev.medozas.de/libnetfilter_cttimeout master Jan Engelhardt (6): Add .gitignore const-ify static data objects Add stdint header and type corrections Properly NUL-terminate name in nfct_timeout_attr_set const-ify arguments of functions Add extern "C" guard for C++ compilation mode .gitignore | 18 +++++++++++ .../libnetfilter_cttimeout.h | 13 ++++++- src/libnetfilter_cttimeout.c | 33 +++++++++++--------- 3 files changed, 47 insertions(+), 17 deletions(-) create mode 100644 .gitignore --- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html