Re: 2.4.28-rc2: net/atm/proc.c compile error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 8 Nov 2004 06:15:22 +0100
Willy Tarreau <willy@w.ods.org> wrote:

> #define CREATE_ENTRY(name) \
>     name = create_proc_entry(#name,0,atm_proc_root); \
>     if (!name) goto cleanup; \
>     name->data = atm_##name##_info; \
>     name->proc_fops = &proc_spec_atm_operations; \
>     name->owner = THIS_MODULE
> ...
> 623: #if defined(CONFIG_ATM_LANE) || defined(CONFIG_ATM_LANE_MODULE)
> 624:        CREATE_ENTRY(lec);
> 625: #endif
> 
> That's why your grep did not find it ;-)

Indeed, good catch.

> Is it enough to remove these 3 lines ?

No, it isn't, I'll fix this up.
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux