Print this page
11506 smatch resync

*** 20,29 **** --- 20,31 ---- # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright 2019 Joyent, Inc. + # LIBRARY = sysevent_conf_mod include ../Makefile.com
*** 30,39 **** --- 32,44 ---- LDLIBS += -lnvpair CPPFLAGS += -I ../../daemons/syseventconfd CERRWARN += -_gcc=-Wno-uninitialized + # strange smatch false positive + SMOFF += allocating_enough_data + .KEEP_STATE: all: $(DYNLIB) install: all \