aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-11-24 14:39:04 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-11-24 14:39:04 +0000
commit0ed76ec8e66470e45d74395e12cf425dfb21d381 (patch)
tree4d260328fd5e6c82e0a73d0f370234b1dcf07f27 /tools
parentea90c4f54d8c303b4322a3f3e41ec55b2d428769 (diff)
parent9b6cc50d1aab77bdec14d5f6d37a00412da6e8ea (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/Files/root/save_cfg2
-rw-r--r--tools/tools/sysbuild/sysbuild.sh3
-rw-r--r--tools/tools/umastat/umastat.c4
3 files changed, 2 insertions, 7 deletions
diff --git a/tools/tools/nanobsd/Files/root/save_cfg b/tools/tools/nanobsd/Files/root/save_cfg
index a41f8dff7ba6b..c2611a27b971e 100644
--- a/tools/tools/nanobsd/Files/root/save_cfg
+++ b/tools/tools/nanobsd/Files/root/save_cfg
@@ -66,7 +66,7 @@ do
# i) -> add file to ignore list (/cfg/.ignore hiereachy) and never save
# try to add this file to /cfg.
#
- # touch is ised to add files to /cfg to keep the script flow straight and easy
+ # touch is used to add files to /cfg to keep the script flow straight and easy
#
read -p "New file /etc/$filename found. Add to /cfg (y/n/i)? " key
case "$key" in
diff --git a/tools/tools/sysbuild/sysbuild.sh b/tools/tools/sysbuild/sysbuild.sh
index a12308802f598..8053ea50ca88f 100644
--- a/tools/tools/sysbuild/sysbuild.sh
+++ b/tools/tools/sysbuild/sysbuild.sh
@@ -273,8 +273,7 @@ ports_build() (
miss=`(cd $p ; make missing ${PORTS_OPTS}) || true`
if [ "x${miss}" != "x" ] ; then
- log_it "MISSING for $p:" $miss
- continue
+ log_it "NB: MISSING for $p:" $miss
fi
log_it "build $pn ($p)"
diff --git a/tools/tools/umastat/umastat.c b/tools/tools/umastat/umastat.c
index 77bc590f420eb..941351267ff9f 100644
--- a/tools/tools/umastat/umastat.c
+++ b/tools/tools/umastat/umastat.c
@@ -28,10 +28,6 @@
#include <sys/param.h>
-#define LIBMEMSTAT /* Cause vm_page.h not to include opt_vmpage.h */
-#include <vm/vm.h>
-#include <vm/vm_page.h>
-
#include <vm/uma.h>
#include <vm/uma_int.h>