Juan Lang juan_lang@yahoo.com writes:
Alexandre, this is somewhat of a test patch in that it doesn't "do" anything besides split files up. What I'm hoping to do is share smb.c, and to a lesser extent netbios.c, between netapi32 and wherever else it's needed (currently only kernel32). smbfile.c isn't needed by netapi32.
The file stuff is going to be removed anyway, so I'm not sure there's much point in splitting the file. File I/O has to be done by the Linux kernel, we can't do it right in userspace.