1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

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:
Bruce Evans 1999-03-06 05:21:09 +00:00
parent 4022a21d8b
commit 44f332052d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44512
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>
/*