lkml.org 
[lkml]   [2000]   [Jul]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectisdn_ppp.c:389: warning: unused variable `master_lp'
master_lp is only used when CONFIG_ISDN_MPP is used. This simple patch
against test3-pre7 should fix this.


Kurt
--- isdn_ppp.c.bak Sun Jul 9 22:58:35 2000
+++ isdn_ppp.c Sun Jul 9 22:57:45 2000
@@ -386,7 +386,9 @@
int
isdn_ppp_free(isdn_net_local * lp)
{
+#ifdef CONFIG_ISDN_MPP
isdn_net_local *master_lp = lp;
+#endif
unsigned long flags;
struct ippp_struct *is;
\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.019 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site