From: Kenn H. <ke...@us...> - 2002-12-12 01:04:34
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv8912 Modified Files: semaphore.c Log Message: Need <asm/errno.h> Index: semaphore.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/semaphore.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- semaphore.c 20 May 2002 00:33:33 -0000 1.4 +++ semaphore.c 12 Dec 2002 01:04:29 -0000 1.5 @@ -17,6 +17,7 @@ #include <linux/sched.h> #include <asm/semaphore.h> +#include <asm/errno.h> /* * Semaphores are implemented using a two-way counter: |