summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsaveargs
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsaveargs')
-rw-r--r--usr/src/lib/libsaveargs/Makefile.com5
-rw-r--r--usr/src/lib/libsaveargs/amd64/saveargs.c2
2 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/lib/libsaveargs/Makefile.com b/usr/src/lib/libsaveargs/Makefile.com
index 94d80c1d5b..883afb66c9 100644
--- a/usr/src/lib/libsaveargs/Makefile.com
+++ b/usr/src/lib/libsaveargs/Makefile.com
@@ -22,7 +22,7 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# Copyright (c) 2018, Joyent, Inc.
+# Copyright (c) 2019, Joyent, Inc.
#
# The build process for libsaveargs is sightly different from that used by other
@@ -95,9 +95,6 @@ CFLAGS += $(CFLAGS_$(CURTYPE)) $(CFLAGS_common)
CFLAGS64_standalone = $(STAND_FLAGS_64)
CFLAGS64 += $(CCVERBOSE) $(CFLAGS64_$(CURTYPE)) $(CFLAGS64_common)
-# not linted
-SMATCH=off
-
DYNFLAGS += $(ZINTERPOSE)
.KEEP_STATE:
diff --git a/usr/src/lib/libsaveargs/amd64/saveargs.c b/usr/src/lib/libsaveargs/amd64/saveargs.c
index c8276ddebb..6d3ed769f2 100644
--- a/usr/src/lib/libsaveargs/amd64/saveargs.c
+++ b/usr/src/lib/libsaveargs/amd64/saveargs.c
@@ -220,7 +220,7 @@ instr_size(dis_handle_t *dhp, uint8_t *ins, unsigned int i, size_t size)
static boolean_t
has_saved_fp(dis_handle_t *dhp, uint8_t *ins, int size)
{
- int i, j;
+ int i, j;
uint32_t n;
boolean_t found_push = B_FALSE;
ssize_t sz = 0;