Date: 23 Feb 2002 22:12:12 +0100 From: Dag-Erling Smorgrav <des@ofug.org> To: Riccardo Torrini <riccardo@torrini.org> Cc: Julian Elischer <julian@elischer.org>, current@FreeBSD.ORG, Bosko Milekic <bmilekic@unixdaemons.com> Subject: Re: -CURRENT in pretty good shape, after all Message-ID: <xzpbsefoqc3.fsf@flood.ping.uio.no> In-Reply-To: <XFMail.20020223212122.riccardo@torrini.org> References: <XFMail.20020223212122.riccardo@torrini.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Riccardo Torrini <riccardo@torrini.org> 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 - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpbsefoqc3.fsf>