Re: Patch to fix the build of the smbfs.ko kernel module

2002-03-18 Thread Sheldon Hearn
On Mon, 18 Mar 2002 03:18:46 PST, Maxime Henrion wrote: > Oops. You are entirely right :-) Do you agree with the attached patch ? Yes, please go ahead. Thanks for looking after this. Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the bo

Re: Patch to fix the build of the smbfs.ko kernel module

2002-03-18 Thread Maxime Henrion
Hajimu UMEMOTO wrote: > Hi, > > > On Sun, 17 Mar 2002 15:38:48 -0800 > > Maxime Henrion <[EMAIL PROTECTED]> said: > > mux> Actually, this patch is wrong because it won't ever compile des_enc.S. > mux> Whatever I do, des_enc.c gets compiled and I can't figure out how to > mux> compile a .

Re: Patch to fix the build of the smbfs.ko kernel module

2002-03-17 Thread Hajimu UMEMOTO
Hi, > On Sun, 17 Mar 2002 15:38:48 -0800 > Maxime Henrion <[EMAIL PROTECTED]> said: mux> Actually, this patch is wrong because it won't ever compile des_enc.S. mux> Whatever I do, des_enc.c gets compiled and I can't figure out how to mux> compile a .S file with bsd.kmod.mk. If someone w

Re: Patch to fix the build of the smbfs.ko kernel module

2002-03-17 Thread Maxime Henrion
Hajimu UMEMOTO wrote: > Hi, > > > On Sat, 16 Mar 2002 01:32:04 -0800 > > Maxime Henrion <[EMAIL PROTECTED]> said: > > mux> Since the addition of optimized 3DES encryption for x86, the build of the > mux> smbfs kernel module has been broken (on all platforms). This is because > mux> new

Re: Patch to fix the build of the smbfs.ko kernel module

2002-03-16 Thread Hajimu UMEMOTO
Hi, > On Sat, 16 Mar 2002 01:32:04 -0800 > Maxime Henrion <[EMAIL PROTECTED]> said: mux> Since the addition of optimized 3DES encryption for x86, the build of the mux> smbfs kernel module has been broken (on all platforms). This is because mux> new files are now needed (des_enc.S for x8

Patch to fix the build of the smbfs.ko kernel module

2002-03-16 Thread Maxime Henrion
Hi, Since the addition of optimized 3DES encryption for x86, the build of the smbfs kernel module has been broken (on all platforms). This is because new files are now needed (des_enc.S for x86, des_enc.c for other archs). The attached patch fixes this problem. Reviews would be apprec