summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-03-06 05:21:09 +0000
committerbde <bde@FreeBSD.org>1999-03-06 05:21:09 +0000
commit7435c5f5ec48b06ac7dc9f54f26ace430fdfe4ca (patch)
tree5155dc1821c6b27ebea8c33539a4ac56f63dbf8f /sys/gnu
parent5f67587686a9e9e427e4f34d32b7c928c1b767be (diff)
downloadFreeBSD-src-7435c5f5ec48b06ac7dc9f54f26ace430fdfe4ca.zip
FreeBSD-src-7435c5f5ec48b06ac7dc9f54f26ace430fdfe4ca.tar.gz
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.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/ext2fs/inode.h3
-rw-r--r--sys/gnu/fs/ext2fs/inode.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h
index 4b6ca7d..9985449 100644
--- a/sys/gnu/ext2fs/inode.h
+++ b/sys/gnu/ext2fs/inode.h
@@ -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>
/*
diff --git a/sys/gnu/fs/ext2fs/inode.h b/sys/gnu/fs/ext2fs/inode.h
index 4b6ca7d..9985449 100644
--- a/sys/gnu/fs/ext2fs/inode.h
+++ b/sys/gnu/fs/ext2fs/inode.h
@@ -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>
/*
OpenPOWER on IntegriCloud