lkml.org 
[lkml]   [2006]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 2/4] KBUILD: export-type enhancement to modpost.c
Date
On Wed, 10 May 2006 16:55:46 -0700 (PDT)
linuxram@us.ibm.com (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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-05-18 21:34    [W:0.028 / U:1.240 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site