Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists fix build failure



details:   https://anonhg.NetBSD.org/src/rev/a180336c663c
branches:  trunk
changeset: 823263:a180336c663c
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Mon Apr 17 09:06:55 2017 +0000

description:
fix build failure

diffstat:

 distrib/sets/lists/debug/mi |  4 +++-
 distrib/sets/lists/tests/mi |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 79791a80b08f -r a180336c663c distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Mon Apr 17 09:03:50 2017 +0000
+++ b/distrib/sets/lists/debug/mi       Mon Apr 17 09:06:55 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.207 2017/04/17 08:59:37 riastradh Exp $
+# $NetBSD: mi,v 1.208 2017/04/17 09:06:55 knakahara Exp $
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib                                      comp-sys-usr            compatdir
 ./usr/lib/i18n/libBIG5_g.a                     comp-c-debuglib         debuglib,compatfile
@@ -1585,10 +1585,12 @@
 ./usr/libdata/debug/usr/tests/crypto/libcrypto/h_srptest.debug         tests-crypto-debug      debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/libcrypto/h_threadstest.debug     tests-crypto-debug      debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/libcrypto/h_x509v3test.debug      tests-crypto-debug      debug,atf,crypto,compattestfile
+./usr/libdata/debug/usr/tests/crypto/opencrypto/h_aescbc.debug         tests-crypto-debug      debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_aesctr1.debug                tests-crypto-debug      debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_aesctr2.debug                tests-crypto-debug      debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_arc4.debug           tests-crypto-debug      debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_camellia.debug               tests-crypto-debug      debug,atf,crypto,compattestfile
+./usr/libdata/debug/usr/tests/crypto/opencrypto/h_cbc3des.debug                tests-crypto-debug      debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_cbcdes.debug         tests-crypto-debug      debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_comp.debug           tests-crypto-debug      debug,atf,crypto,compattestfile
 ./usr/libdata/debug/usr/tests/crypto/opencrypto/h_comp_zlib.debug              tests-crypto-debug      debug,atf,crypto,compattestfile
diff -r 79791a80b08f -r a180336c663c distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Mon Apr 17 09:03:50 2017 +0000
+++ b/distrib/sets/lists/tests/mi       Mon Apr 17 09:06:55 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.734 2017/04/14 02:56:48 ozaki-r Exp $
+# $NetBSD: mi,v 1.735 2017/04/17 09:06:55 knakahara Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1341,11 +1341,13 @@
 ./usr/tests/crypto/opencrypto                  tests-crypto-tests      compattestfile,atf
 ./usr/tests/crypto/opencrypto/Atffile          tests-crypto-tests      compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/Kyuafile         tests-crypto-tests      compattestfile,atf,crypto,kyua
+./usr/tests/crypto/opencrypto/h_aescbc         tests-crypto-tests      compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_aesctr1                tests-crypto-tests      compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_aesctr2                tests-crypto-tests      compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_arc4           tests-crypto-tests      compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_camellia       tests-crypto-tests      compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_cbcdes         tests-crypto-tests      compattestfile,atf,crypto
+./usr/tests/crypto/opencrypto/h_cbc3des                tests-crypto-tests      compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_comp           tests-crypto-tests      compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_comp_zlib      tests-crypto-tests      compattestfile,atf,crypto
 ./usr/tests/crypto/opencrypto/h_comp_zlib_rnd  tests-crypto-tests      compattestfile,atf,crypto



Home | Main Index | Thread Index | Old Index