Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including

<sys/queue.h>.  This fixes my recent breakage of biosboot by unpolluting
<ufs/ufs/quota.h> in the !KERNEL case.
This commit is contained in:
bde 1999-03-06 05:21:09 +00:00
parent 5f67587686
commit 7435c5f5ec
3 changed files with 6 additions and 3 deletions

View File

@ -36,13 +36,14 @@
* SUCH DAMAGE.
*
* @(#)inode.h 8.9 (Berkeley) 5/14/95
* $Id: inode.h,v 1.23 1998/07/03 22:17:01 bde Exp $
* $Id: inode.h,v 1.24 1998/10/13 15:45:43 bde Exp $
*/
#ifndef _UFS_UFS_INODE_H_
#define _UFS_UFS_INODE_H_
#include <sys/lock.h>
#include <sys/queue.h>
#include <ufs/ufs/dinode.h>
/*

View File

@ -36,13 +36,14 @@
* SUCH DAMAGE.
*
* @(#)inode.h 8.9 (Berkeley) 5/14/95
* $Id: inode.h,v 1.23 1998/07/03 22:17:01 bde Exp $
* $Id: inode.h,v 1.24 1998/10/13 15:45:43 bde Exp $
*/
#ifndef _UFS_UFS_INODE_H_
#define _UFS_UFS_INODE_H_
#include <sys/lock.h>
#include <sys/queue.h>
#include <ufs/ufs/dinode.h>
/*

View File

@ -36,13 +36,14 @@
* SUCH DAMAGE.
*
* @(#)inode.h 8.9 (Berkeley) 5/14/95
* $Id: inode.h,v 1.23 1998/07/03 22:17:01 bde Exp $
* $Id: inode.h,v 1.24 1998/10/13 15:45:43 bde Exp $
*/
#ifndef _UFS_UFS_INODE_H_
#define _UFS_UFS_INODE_H_
#include <sys/lock.h>
#include <sys/queue.h>
#include <ufs/ufs/dinode.h>
/*