From 2209d3c850d80c0681948f966816f28f767575cb Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Thu, 20 Jun 2013 00:27:41 +0000 Subject: 3772 consider raising default descriptor soft limit Reviewed by: Igor Kozhukhov Reviewed by: Robert Mustacchi Reviewed by: Juraj Lutter Reviewed by: Patrick Mooney Approved by: Dan McDonald --- usr/src/cmd/sendmail/libsm/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr/src/cmd/sendmail') diff --git a/usr/src/cmd/sendmail/libsm/Makefile b/usr/src/cmd/sendmail/libsm/Makefile index 4eda2239b7..da14b1d0e0 100644 --- a/usr/src/cmd/sendmail/libsm/Makefile +++ b/usr/src/cmd/sendmail/libsm/Makefile @@ -23,10 +23,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# -# cmd/sendmail/libsm/Makefile -# include ../../Makefile.cmd include ../Makefile.cmd @@ -54,6 +50,8 @@ TESTS= t-event t-exc t-rpool t-string t-smstdio t-match t-strio t-heap \ libsm= libsm.a +CERRWARN += -_gcc=-Wno-type-limits + .KEEP_STATE: all: $(libsm) -- cgit v1.2.3