Re: Strange kernel symbols with genksyms

Olaf Titz (olaf@bigred.inka.de)
Sun, 13 Jun 1999 11:37:00 +0300


> c0173388 devinet_ioctl_R869c80ea
> c01effb8 ip_statistics_Rd3be94e8
> c017b888 netlink_set_err_R__ver_netlink_set_err
> c017b688 netlink_broadcast_R__ver_netlink_broadcast

This means you forgot "make dep" after a config change which brought
in new symbols (looks like the config change was "enable netlink" in
this case), so the version numbers for the new symbols were not
generated.

Olaf

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/