diff options
author | Toomas Soome <tsoome@me.com> | 2021-07-14 19:40:05 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2021-07-19 19:17:30 +0300 |
commit | 85ee7b00732be2ebee41883d84ee6454eafcb8d4 (patch) | |
tree | ed63835d7522d3d635146967f7925832556d9b23 | |
parent | 83a62956cac74f8f8fd1ab47df92935cb767d7e8 (diff) | |
download | illumos-joyent-85ee7b00732be2ebee41883d84ee6454eafcb8d4.tar.gz |
13944 nsswitch getnetgrent.c build has reset CERRWARN and SMATCH
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Reviewed by: Klaus Ziegler <klausz@haus-gisela.de>
Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r-- | usr/src/lib/nsswitch/files/Makefile.com | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/lib/nsswitch/files/Makefile.com b/usr/src/lib/nsswitch/files/Makefile.com index 5b57f6b6ed..504b75d9af 100644 --- a/usr/src/lib/nsswitch/files/Makefile.com +++ b/usr/src/lib/nsswitch/files/Makefile.com @@ -76,6 +76,3 @@ $(ROOT)/usr/lib/$(MACH64)/$(DYNLIB1):= \ $(ROOT)/etc/lib/$(DYNLIB1) := COMPATLINKTARGET= ../../lib/$(DYNLIB1) all: $(DYNLIB1) - -pics/getnetgrent.o := CERRWARN= -pics/getnetgrent.o := SMATCH= |