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/1de743892405
branches:  trunk
changeset: 448537:1de743892405
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 319af1ec3a2c -r 1de743892405 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