Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sys Include the compat code whether or not the cal...



details:   https://anonhg.NetBSD.org/src/rev/965242e3c57d
branches:  pgoyette-compat
changeset: 830741:965242e3c57d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 22 10:30:00 2018 +0000

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

diffstat:

 sys/fs/puffs/files.puffs        |  4 ++--
 sys/opencrypto/files.opencrypto |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r a0de6cca5cf6 -r 965242e3c57d sys/fs/puffs/files.puffs
--- a/sys/fs/puffs/files.puffs  Sat Sep 22 04:56:28 2018 +0000
+++ b/sys/fs/puffs/files.puffs  Sat Sep 22 10:30:00 2018 +0000
@@ -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
diff -r a0de6cca5cf6 -r 965242e3c57d sys/opencrypto/files.opencrypto
--- a/sys/opencrypto/files.opencrypto   Sat Sep 22 04:56:28 2018 +0000
+++ b/sys/opencrypto/files.opencrypto   Sat Sep 22 10:30:00 2018 +0000
@@ -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 @@
 # (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



Home | Main Index | Thread Index | Old Index