linux-2.2.0-pre4-ac1: ip_masq_select_addr went missing

Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Sun, 03 Jan 1999 18:16:51 -0400


This symbol is referenced only in (emacs folded the lines):

[root@sleipnir net]# egrep ip_masq_select_addr */*.c
ipv4/ip_masq.c:EXPORT_SYMBOL(ip_masq_select_addr);
ipv4/ip_masq_user.c: ums->maddr = ip_masq_select_addr(dev,
rt->rt_gateway, RT_SCOPE_UNIVERSE);

A function definition that wasn't included? Linux-2.2.0-pre4 compiles fine.
It breaks building NTFS as module. In fs/ntfs:

gcc -D__KERNEL__ -I/usr/src/linux-2.2.0-linus/include -Wall
-Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -march=pentium -DCPU=586 -DMODULE
-DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"990102\" -c -o inode.o inode.c
inode.c: In function `ntfs_decompress_run':
inode.c:421: `ntfs_s16' undeclared (first use in this function)
inode.c:421: (Each undeclared identifier is reported only once
inode.c:421: for each function it appears in.)
inode.c:423: `ntfs_s32' undeclared (first use in this function)

Thanks!

-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile                               +56 32 672616

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