Print this page
10063 basic support for smatch
10153 checkpaths shouldn't check packaging exceptions

@@ -20,10 +20,12 @@
 #
 #
 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright (c) 2018, Joyent, Inc.
+#
 
 SRCS =          account.c anlwrk.c bnuconvert.c callers.c               \
                 chremdir.c cntrl.c conn.c cpmv.c ct.c                   \
                 cu.c dial.c dio.c dkbreak.c                             \
                 dkdial.c dkerr.c dkminor.c dtnamer.c eio.c              \

@@ -44,10 +46,13 @@
 CERRWARN        += -_gcc=-Wno-unused-variable
 CERRWARN        += -_gcc=-Wno-uninitialized
 CERRWARN        += -_gcc=-Wno-extra
 CERRWARN        += -_gcc=-Wno-implicit-function-declaration
 
+# "parse error: parsing (arg (9223372034707292160-0,2-s32max) == 2)"
+SMATCH          = off
+
 TLILIB =        -lnsl -lsocket
 PAMLIB =        -lpam
 
 # use this if you don't have strpbrk/getopt in libc
 # STRPBRK =     strpbrk.o