From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932809AbYEVVRz (ORCPT ); Thu, 22 May 2008 17:17:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759057AbYEVVRN (ORCPT ); Thu, 22 May 2008 17:17:13 -0400 Received: from mx1.redhat.com ([66.187.233.31]:45038 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756103AbYEVVRM (ORCPT ); Thu, 22 May 2008 17:17:12 -0400 Date: Thu, 22 May 2008 17:16:39 -0400 From: Jason Baron To: akpm@linux-foundation.org, joe@perches.com, greg@kroah.com, nick@nick-andrew.net, randy.dunlap@oracle.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH 3/8] debug printk infrastructure -compile fixes Message-ID: <20080522211639.GD28070@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Jason Baron --- net/netfilter/nf_conntrack_pptp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/netfilter/nf_conntrack_pptp.c b/net/netfilter/nf_conntrack_pptp.c index 97e54b0..7fea304 100644 --- a/net/netfilter/nf_conntrack_pptp.c +++ b/net/netfilter/nf_conntrack_pptp.c @@ -65,7 +65,7 @@ void struct nf_conntrack_expect *exp) __read_mostly; EXPORT_SYMBOL_GPL(nf_nat_pptp_hook_expectfn); -#ifdef DEBUG +#if defined(DEBUG) || defined(CONFIG_DYNAMIC_PRINTK_DEBUG) /* PptpControlMessageType names */ const char *const pptp_msg_name[] = { "UNKNOWN_MESSAGE", -- 1.5.4.5