diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-01-26 17:09:22 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-01-26 17:09:22 +0000 |
| commit | 0b44c32f7e92c1e380acd2dfa7cace0bba0b8294 (patch) | |
| tree | 87c236779e7c0014681e14935f41c78901e6cfd4 /usr/src/cmd/sendmail | |
| parent | 1920b70c619829b92093182e77620558506a12d1 (diff) | |
| parent | 04904ca2a4492f1b3e2ec393f82d81a9a1c9611e (diff) | |
| download | illumos-joyent-0b44c32f7e92c1e380acd2dfa7cace0bba0b8294.tar.gz | |
[illumos-gate merge]
commit 04904ca2a4492f1b3e2ec393f82d81a9a1c9611e
commit d2c5b266b717b923ea0e28b925ddb8e66dd98b42
7367 blkdev: support block size larger than 512
commit 2209d3c850d80c0681948f966816f28f767575cb
3772 consider raising default descriptor soft limit
commit 2fc78efe68572a35081bd6d8b1deb2560619c3e6
7798 vfs_mountfs passes junk in flags to domount
Diffstat (limited to 'usr/src/cmd/sendmail')
| -rw-r--r-- | usr/src/cmd/sendmail/libsm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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) |
