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