Riccardo Torrini <[EMAIL PROTECTED]> writes: > Anyway, any plan to fix build breakage?
Sure: Index: file.h =================================================================== RCS file: /home/ncvs/src/sys/sys/file.h,v retrieving revision 1.40 diff -u -r1.40 file.h --- file.h 23 Feb 2002 11:12:57 -0000 1.40 +++ file.h 23 Feb 2002 21:10:58 -0000 @@ -37,10 +37,6 @@ #ifndef _SYS_FILE_H_ #define _SYS_FILE_H_ -#include <sys/systm.h> -#include <sys/lock.h> -#include <sys/mutex.h> -#include <sys/sx.h> #ifndef _KERNEL #include <sys/fcntl.h> #include <sys/unistd.h> @@ -51,6 +47,7 @@ #include <sys/queue.h> #include <sys/_lock.h> #include <sys/_mutex.h> +#include <sys/sx.h> struct stat; struct thread; > I really need build to (try to?) locate missing /dev/speaker :( # kldload atspeaker DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message