From ea5ae395bef0188a0f3d85444e9ae7abb611e051 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Fri, 22 Feb 2008 22:59:18 +0000 Subject: - fix broken 'deprecated backward compatibility' - fix glibc 2.7.20 compilation (based on patch from Paul P. Konkoff) --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 9b57d24..21bcafb 100644 --- a/src/main.c +++ b/src/main.c @@ -18,6 +18,8 @@ struct nfct_handle *nfct_open_nfnl(struct nfnl_handle *nfnlh, { struct nfct_handle *cth; + deprecated_backward_support(); + cth = (struct nfct_handle *) malloc(sizeof(struct nfct_handle)); if (!cth) return NULL; -- cgit v1.2.3