Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/lfs Make libsa compile again.
details: https://anonhg.NetBSD.org/src/rev/191709f03f37
branches: trunk
changeset: 543166:191709f03f37
user: soren <soren%NetBSD.org@localhost>
date: Tue Feb 18 14:58:31 2003 +0000
description:
Make libsa compile again.
diffstat:
sys/ufs/lfs/lfs.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 6c9fb21225cd -r 191709f03f37 sys/ufs/lfs/lfs.h
--- a/sys/ufs/lfs/lfs.h Tue Feb 18 14:55:05 2003 +0000
+++ b/sys/ufs/lfs/lfs.h Tue Feb 18 14:58:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs.h,v 1.46 2003/02/17 23:48:16 perseant Exp $ */
+/* $NetBSD: lfs.h,v 1.47 2003/02/18 14:58:31 soren Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc.
@@ -526,9 +526,11 @@
LIST_HEAD(, lfs_res_blk) lfs_reshash[LFS_RESHASH_WIDTH];
int lfs_pdflush; /* pagedaemon wants us to flush */
u_int32_t **lfs_suflags; /* Segment use flags */
+#ifdef _KERNEL
struct pool lfs_clpool; /* Pool for struct lfs_cluster */
struct pool lfs_bpppool; /* Pool for bpp */
struct pool lfs_segpool; /* Pool for struct segment */
+#endif /* KERNEL */
};
/*
Home |
Main Index |
Thread Index |
Old Index