On Wed, 10 May 2006 16:55:46 -0700 (PDT)
[email protected] (Ram Pai) wrote:
> + if ((strcmp(export, "EXPORT_SYMBOL_GPL")))
I suppose there should be also == 0 like below, otherwise it fails on
any EXPORT_SYMBOL_GPL.
> + export_type = 1;
> + else if(strcmp(export, "EXPORT_SYMBOL") == 0)
> + export_type = 0;
> + else
> goto fail;
Regards,
--
Jindrich Makovicka
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]