Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/puffs try '&' instead of '&&'
details: https://anonhg.NetBSD.org/src/rev/be0a7c7be689
branches: trunk
changeset: 448529:be0a7c7be689
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Feb 04 14:47:41 2019 +0000
description:
try '&' instead of '&&'
diffstat:
sys/fs/puffs/files.puffs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r a11d30b8638d -r be0a7c7be689 sys/fs/puffs/files.puffs
--- a/sys/fs/puffs/files.puffs Mon Feb 04 13:12:03 2019 +0000
+++ b/sys/fs/puffs/files.puffs Mon Feb 04 14:47:41 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: files.puffs,v 1.8 2019/02/04 12:08:03 pgoyette Exp $
+# $NetBSD: files.puffs,v 1.9 2019/02/04 14:47:41 wiz Exp $
deffs PUFFS
define puffs: vfs
-file fs/puffs/puffs_compat.c puffs && compat_50
+file fs/puffs/puffs_compat.c puffs & 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