Module Name:    src
Committed By:   pgoyette
Date:           Sat Sep 22 10:30:00 UTC 2018

Modified Files:
        src/sys/fs/puffs [pgoyette-compat]: files.puffs
        src/sys/opencrypto [pgoyette-compat]: files.opencrypto

Log Message:
Include the compat code whether or not the calling device or filesystem
exists.


To generate a diff of this commit:
cvs rdiff -u -r1.6.18.1 -r1.6.18.2 src/sys/fs/puffs/files.puffs
cvs rdiff -u -r1.26 -r1.26.8.1 src/sys/opencrypto/files.opencrypto

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/fs/puffs/files.puffs
diff -u src/sys/fs/puffs/files.puffs:1.6.18.1 src/sys/fs/puffs/files.puffs:1.6.18.2
--- src/sys/fs/puffs/files.puffs:1.6.18.1	Sat Mar 24 08:24:40 2018
+++ src/sys/fs/puffs/files.puffs	Sat Sep 22 10:30:00 2018
@@ -1,9 +1,9 @@
-#	$NetBSD: files.puffs,v 1.6.18.1 2018/03/24 08:24:40 pgoyette Exp $
+#	$NetBSD: files.puffs,v 1.6.18.2 2018/09/22 10:30:00 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

Index: src/sys/opencrypto/files.opencrypto
diff -u src/sys/opencrypto/files.opencrypto:1.26 src/sys/opencrypto/files.opencrypto:1.26.8.1
--- src/sys/opencrypto/files.opencrypto:1.26	Wed May 24 10:05:09 2017
+++ src/sys/opencrypto/files.opencrypto	Sat Sep 22 10:30:00 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: files.opencrypto,v 1.26 2017/05/24 10:05:09 knakahara Exp $
+#	$NetBSD: files.opencrypto,v 1.26.8.1 2018/09/22 10:30:00 pgoyette Exp $
 #
 #
 
@@ -25,7 +25,7 @@ file	opencrypto/gmac.c		swcrypto
 # (and thus crypto hardware accelerators).
 defpseudo crypto: opencrypto
 file	opencrypto/cryptodev.c		crypto
-file	opencrypto/ocryptodev.c		crypto & compat_50
+file	opencrypto/ocryptodev.c		compat_50
 
 defflag opt_ocf.h	CRYPTO_DEBUG CRYPTO_TIMING
 defparam opt_ocf.h	CRYPTO_RET_Q_MAXLEN CRYPTO_RET_KQ_MAXLEN

Reply via email to