Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/puffs It turns out we do want the puffs compat code i...
details: https://anonhg.NetBSD.org/src/rev/5c1dcd87b8d4
branches: trunk
changeset: 996572:5c1dcd87b8d4
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Feb 05 00:22:36 2019 +0000
description:
It turns out we do want the puffs compat code in any kernel which
has built-in compat_50 regardless of whether the kernel also has
puffs.
Should finally fix PR kern/53943
diffstat:
sys/fs/puffs/files.puffs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 76d0b8571c17 -r 5c1dcd87b8d4 sys/fs/puffs/files.puffs
--- a/sys/fs/puffs/files.puffs Tue Feb 05 00:21:35 2019 +0000
+++ b/sys/fs/puffs/files.puffs Tue Feb 05 00:22:36 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: files.puffs,v 1.9 2019/02/04 14:47:41 wiz Exp $
+# $NetBSD: files.puffs,v 1.10 2019/02/05 00:22:36 pgoyette Exp $
deffs PUFFS
define puffs: vfs
-file fs/puffs/puffs_compat.c puffs & compat_50
+file fs/puffs/puffs_compat.c compat_50
file fs/puffs/puffs_msgif.c puffs
file fs/puffs/puffs_node.c puffs
file fs/puffs/puffs_subr.c puffs
Home |
Main Index |
Thread Index |
Old Index