(no subject)

Keith Owens (kaos@ocs.com.au)
Tue, 14 Aug 2001 13:17:51 +1000


On Mon, 13 Aug 2001 20:08:01 -0700 (PDT),
Parag Warudkar <paragw@excite.com> wrote:
>Additionally include/linux/modules/ksyms.ver
>requires following two lines to be added for modules to work
>
>#define __ver_no_llseek 8d4d42a6
>#define no_llseek _set_ver(no_llseek)

Don't do that. If you have module symbol versions turned on
(CONFIG_MODVERSIONS) then after any change that affects exported
symbols, you must make mrproper and rebuild from scratch. See
http://www.tux.org/lkml/#s8-8.

-
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/