From 6853053741569b9547e774ed1593c3a260801c7f Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 15 May 2019 11:39:37 +0000 Subject: OS-7768 illumos-joyent needs smatch fixes Reviewed by: Patrick Mooney Reviewed by: Jerry Jelinek Approved by: Jerry Jelinek --- usr/src/uts/intel/lxprocfs/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr/src/uts/intel/lxprocfs') diff --git a/usr/src/uts/intel/lxprocfs/Makefile b/usr/src/uts/intel/lxprocfs/Makefile index c6ffec0199..d48cbc588b 100644 --- a/usr/src/uts/intel/lxprocfs/Makefile +++ b/usr/src/uts/intel/lxprocfs/Makefile @@ -25,11 +25,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# This makefile drives the production of the lxprocfs file system -# kernel module. -# -# intel architecture dependent -# +# Copyright 2019 Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -61,6 +57,10 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # LDFLAGS += -dy -Nfs/procfs +# false positive +# needs work +$(OBJS_DIR)/lxpr_vnops.o := SMOFF += strcpy_overflow + # # Default build targets. # -- cgit v1.2.3