diff options
author | John Levon <john.levon@joyent.com> | 2019-05-15 11:39:37 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2019-05-15 11:39:49 +0000 |
commit | 6853053741569b9547e774ed1593c3a260801c7f (patch) | |
tree | 8d5b1ae81a9005a0bd1a63ec7926f56f546cea98 /usr/src/uts/intel/lxprocfs | |
parent | 6bb4da7d9bf3229c392786cff96466c702f9f70b (diff) | |
download | illumos-joyent-6853053741569b9547e774ed1593c3a260801c7f.tar.gz |
OS-7768 illumos-joyent needs smatch fixes
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src/uts/intel/lxprocfs')
-rw-r--r-- | usr/src/uts/intel/lxprocfs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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. # |