summaryrefslogtreecommitdiff
path: root/dist/validate
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /dist/validate
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'dist/validate')
-rw-r--r--dist/validate/s_chk_comma.c2
-rw-r--r--dist/validate/s_chk_flags.c2
-rw-r--r--dist/validate/s_chk_logverify.c2
-rw-r--r--dist/validate/s_chk_runrecovery4
-rw-r--r--dist/validate/s_chk_stats1
-rw-r--r--dist/validate/s_chk_vxworks2
6 files changed, 8 insertions, 5 deletions
diff --git a/dist/validate/s_chk_comma.c b/dist/validate/s_chk_comma.c
index d14219f8..2a8cb43c 100644
--- a/dist/validate/s_chk_comma.c
+++ b/dist/validate/s_chk_comma.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*/
#include <sys/types.h>
diff --git a/dist/validate/s_chk_flags.c b/dist/validate/s_chk_flags.c
index 54645e40..a2ada6c1 100644
--- a/dist/validate/s_chk_flags.c
+++ b/dist/validate/s_chk_flags.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.
*/
#include <sys/types.h>
diff --git a/dist/validate/s_chk_logverify.c b/dist/validate/s_chk_logverify.c
index e1134ca5..2cb29106 100644
--- a/dist/validate/s_chk_logverify.c
+++ b/dist/validate/s_chk_logverify.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/dist/validate/s_chk_runrecovery b/dist/validate/s_chk_runrecovery
index 384666fd..6bc9d402 100644
--- a/dist/validate/s_chk_runrecovery
+++ b/dist/validate/s_chk_runrecovery
@@ -20,10 +20,12 @@ egrep DB_RUNRECOVERY $s/*/*.c |
-e '/db_dispatch.c:.*if (ret == DB_RUNRECOVERY/d' \
-e '/db_err.c:/d' \
-e '/env_open.c:.*ret = DB_RUNRECOVERY;/d' \
+ -e '/env_open.c:.*ret == DB_RUNRECOVERY/d'\
-e '/os_errno.c:.*evalue == DB_RUNRECOVERY/d' \
-e '/mut_fcntl.c:.*return (DB_RUNRECOVERY);/d' \
-e '/mut_pthread.c:.*return (DB_RUNRECOVERY);/d' \
- -e '/mut_tas.c:.*return (DB_RUNRECOVERY);/d' \
+ -e '/mut_pthread.c:.*ret = DB_RUNRECOVERY;/d' \
+ -e '/mut_tas.c:.*DB_RUNRECOVERY)));/d' \
-e '/mut_tas.c:.*Possibly DB_RUNRECOVERY if/d' \
-e '/mut_win32.c:.*return (DB_RUNRECOVERY);/d' \
-e '/mut_win32.c:.*ret = DB_RUNRECOVERY;/d' \
diff --git a/dist/validate/s_chk_stats b/dist/validate/s_chk_stats
index d7c5c5f3..091ed20d 100644
--- a/dist/validate/s_chk_stats
+++ b/dist/validate/s_chk_stats
@@ -42,6 +42,7 @@ qs_metaflags
qs_ndata
st_hash_max_nowait
st_filefail_cleanups
+st_log_futuredup
END_OF_IGNORE
# Check to make sure the elements of a structure from db.h appear in
diff --git a/dist/validate/s_chk_vxworks b/dist/validate/s_chk_vxworks
index 091c4aa5..6b36bd7d 100644
--- a/dist/validate/s_chk_vxworks
+++ b/dist/validate/s_chk_vxworks
@@ -69,7 +69,7 @@ done
echo "int"
echo "main(int argc, char *argv[])"
echo "{"
-echo "int r;"
+echo "int r=0;"
for i in $SYMBOL_LIST; do
echo "r += ${i}_main(argc, argv);"
done