From owner-svn-src-stable-7@FreeBSD.ORG Sun Mar 7 02:03:26 2010 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D7B4106564A; Sun, 7 Mar 2010 02:03:26 +0000 (UTC) (envelope-from gshapiro@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2B0268FC13; Sun, 7 Mar 2010 02:03:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o2723QvA003838; Sun, 7 Mar 2010 02:03:26 GMT (envelope-from gshapiro@svn.freebsd.org) Received: (from gshapiro@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2723Q4U003836; Sun, 7 Mar 2010 02:03:26 GMT (envelope-from gshapiro@svn.freebsd.org) Message-Id: <201003070203.o2723Q4U003836@svn.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 7 Mar 2010 02:03:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r204816 - stable/7/lib/libsm X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2010 02:03:26 -0000 Author: gshapiro Date: Sun Mar 7 02:03:25 2010 New Revision: 204816 URL: http://svn.freebsd.org/changeset/base/204816 Log: MFC: Enable the use of nanosleep() instead of using pause() and signals. This Makefile change can be removed when the next version of sendmail is imported as it will have this built in to the FreeBSD conf.h section. Modified: stable/7/lib/libsm/Makefile Directory Properties: stable/7/lib/libsm/ (props changed) Modified: stable/7/lib/libsm/Makefile ============================================================================== --- stable/7/lib/libsm/Makefile Sun Mar 7 02:02:07 2010 (r204815) +++ stable/7/lib/libsm/Makefile Sun Mar 7 02:03:25 2010 (r204816) @@ -7,6 +7,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/se CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I. CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL +CFLAGS+=-DHAVE_NANOSLEEP .if ${MK_INET6_SUPPORT} != "no" CFLAGS+=-DNETINET6