[Midnightbsd-cvs] src [11391] trunk/libexec/rtld-aout: tag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 6 20:58:26 EDT 2018


Revision: 11391
          http://svnweb.midnightbsd.org/src/?rev=11391
Author:   laffer1
Date:     2018-07-06 20:58:26 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
tag

Modified Paths:
--------------
    trunk/libexec/rtld-aout/shlib.c
    trunk/libexec/rtld-aout/shlib.h
    trunk/libexec/rtld-aout/support.c
    trunk/libexec/rtld-aout/support.h

Modified: trunk/libexec/rtld-aout/shlib.c
===================================================================
--- trunk/libexec/rtld-aout/shlib.c	2018-07-07 00:58:08 UTC (rev 11390)
+++ trunk/libexec/rtld-aout/shlib.c	2018-07-07 00:58:26 UTC (rev 11391)
@@ -1,4 +1,4 @@
-/* $MidnightBSD: src/libexec/rtld-aout/shlib.c,v 1.3 2012/05/25 01:35:54 laffer1 Exp $ */
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993 Paul Kranenburg
  * All rights reserved.
@@ -28,7 +28,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $FreeBSD: src/libexec/rtld-aout/shlib.c,v 1.26 2005/01/14 12:22:57 delphij Exp $
+ * $FreeBSD: stable/10/libexec/rtld-aout/shlib.c 241737 2012-10-19 14:49:42Z ed $
  */
 
 #include <sys/param.h>
@@ -63,7 +63,7 @@
 char	 **search_dirs;
 int	n_search_dirs;
 
-const char	*standard_search_dirs[] = {
+static const char *standard_search_dirs[] = {
 	STANDARD_SEARCH_DIRS
 };
 
@@ -160,7 +160,7 @@
 	if (i == n2)
 		return 1;
 
-	errx(1, "cmpndewey: cant happen");
+	errx(1, "cmpndewey: can't happen");
 	return 0;
 }
 

Modified: trunk/libexec/rtld-aout/shlib.h
===================================================================
--- trunk/libexec/rtld-aout/shlib.h	2018-07-07 00:58:08 UTC (rev 11390)
+++ trunk/libexec/rtld-aout/shlib.h	2018-07-07 00:58:26 UTC (rev 11391)
@@ -24,7 +24,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *-
- * $FreeBSD: src/libexec/rtld-aout/shlib.h,v 1.8 2005/01/14 12:22:57 delphij Exp $
+ * $FreeBSD: stable/10/libexec/rtld-aout/shlib.h 140241 2005-01-14 12:22:57Z delphij $
  */
 
 /*

Modified: trunk/libexec/rtld-aout/support.c
===================================================================
--- trunk/libexec/rtld-aout/support.c	2018-07-07 00:58:08 UTC (rev 11390)
+++ trunk/libexec/rtld-aout/support.c	2018-07-07 00:58:26 UTC (rev 11391)
@@ -1,4 +1,4 @@
-/* $MidnightBSD: src/libexec/rtld-aout/support.c,v 1.2 2012/04/11 00:58:36 laffer1 Exp $ */
+/* $MidnightBSD$ */
 /*
  * Generic "support" routines to replace those obtained from libiberty for ld.
  *
@@ -29,7 +29,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *-
- * $FreeBSD: src/libexec/rtld-aout/support.c,v 1.7 2005/01/11 16:40:29 trhodes Exp $
+ * $FreeBSD: stable/10/libexec/rtld-aout/support.c 201217 2009-12-29 21:07:17Z ed $
  */
 #include <sys/types.h>
 #include <string.h>

Modified: trunk/libexec/rtld-aout/support.h
===================================================================
--- trunk/libexec/rtld-aout/support.h	2018-07-07 00:58:08 UTC (rev 11390)
+++ trunk/libexec/rtld-aout/support.h	2018-07-07 00:58:26 UTC (rev 11391)
@@ -24,7 +24,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *-
- * $FreeBSD: src/libexec/rtld-aout/support.h,v 1.6 2005/01/11 16:40:29 trhodes Exp $
+ * $FreeBSD: stable/10/libexec/rtld-aout/support.h 140072 2005-01-11 16:40:29Z trhodes $
  */
 
 /*



More information about the Midnightbsd-cvs mailing list