Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2015 04:58:56 +0000 (UTC)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r285300 - stable/10/lib/libsm
Message-ID:  <201507090458.t694wud4088004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gshapiro
Date: Thu Jul  9 04:58:56 2015
New Revision: 285300
URL: https://svnweb.freebsd.org/changeset/base/285300

Log:
  MFC: libsm/path.c is about to disappear in the merge of sendmail 8.15.2.  It
  is an empty file now so it is safe to remove before the merge.
  
  Approved by:	re (gjb)

Modified:
  stable/10/lib/libsm/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libsm/Makefile
==============================================================================
--- stable/10/lib/libsm/Makefile	Wed Jul  8 23:57:58 2015	(r285299)
+++ stable/10/lib/libsm/Makefile	Thu Jul  9 04:58:56 2015	(r285300)
@@ -29,7 +29,7 @@ SRCS+=	assert.c debug.c errstring.c exc.
 	smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \
 	vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c \
 	wbuf.c wsetup.c string.c stringf.c \
-	xtrap.c strto.c test.c path.c strcasecmp.c strrevcmp.c \
+	xtrap.c strto.c test.c strcasecmp.c strrevcmp.c \
 	signal.c clock.c config.c sem.c shm.c mbdb.c strexit.c cf.c ldap.c \
 	niprop.c mpeix.c memstat.c util.c inet6_ntop.c
 CLEANFILES+=sm_os.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507090458.t694wud4088004>