Re: asm-i386/errno.h change in 2.0.1

Craig Milo Rogers (rogers@isi.edu)
Wed, 03 Jul 96 15:49:44 PDT


>Anyone know why this changed 2.0.1 ?

2.0.1 changed EDEADLOCK to EDEADLK in a number of places,
perhaps for POSIX compliance. EDEADLK is code 35 in errno.h

>I'm recompiling dosemu, and it's complaining about EDEADLOCK. Why was it
>removed ?

I'm guessing you should change EDEADLOCK to EDEADLK in dosemu
and recompile again.

Craig Milo Rogers