[Midnightbsd-cvs] src [10877] trunk/lib/libcompat/4.3: tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jun 13 19:53:14 EDT 2018
Revision: 10877
http://svnweb.midnightbsd.org/src/?rev=10877
Author: laffer1
Date: 2018-06-13 19:53:13 -0400 (Wed, 13 Jun 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/lib/libcompat/4.3/cfree.c
trunk/lib/libcompat/4.3/rexec.c
Modified: trunk/lib/libcompat/4.3/cfree.c
===================================================================
--- trunk/lib/libcompat/4.3/cfree.c 2018-06-13 23:51:52 UTC (rev 10876)
+++ trunk/lib/libcompat/4.3/cfree.c 2018-06-13 23:53:13 UTC (rev 10877)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
Modified: trunk/lib/libcompat/4.3/rexec.c
===================================================================
--- trunk/lib/libcompat/4.3/rexec.c 2018-06-13 23:51:52 UTC (rev 10876)
+++ trunk/lib/libcompat/4.3/rexec.c 2018-06-13 23:53:13 UTC (rev 10877)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
@@ -26,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libcompat/4.3/rexec.c 301152 2016-06-01 17:41:00Z truckman $
*/
#if defined(LIBC_SCCS) && !defined(lint)
@@ -330,6 +331,7 @@
goto retry;
}
perror(hp->h_name);
+ (void) close(s);
return (-1);
}
if (fd2p == 0) {
More information about the Midnightbsd-cvs
mailing list