Print this page
11506 smatch resync

*** 9,18 **** --- 9,19 ---- # http://www.illumos.org/license/CDDL. # # # Copyright 2016 Toomas Soome <tsoome@me.com> + # Copyright 2019 Joyent, Inc. # # # Notes: # - We don't use the libc strerror/sys_errlist because the string table is
*** 83,92 **** --- 84,96 ---- # loader(8) with LOADER_BZIP2_SUPPORT defined _bzlib.o _crctable.o _decompress.o _huffman.o _randtable.o bzipfs.o \ := CFLAGS += -DBZ_LOADER -DBZ_NO_STDIO -DBZ_NO_COMPRESS SRCS += libstand_bzlib_private.h + # too hairy + _inflate.o := SMATCH=off + SRCS += _bzlib.c _crctable.c _decompress.c _huffman.c _randtable.c OBJS += _bzlib.o _crctable.o _decompress.o _huffman.o _randtable.o CLEANFILES += _bzlib.c _crctable.c _decompress.c _huffman.c _randtable.c _bzlib.c: $(SRC)/common/bzip2/bzlib.c