[Midnightbsd-cvs] src [10537] trunk/lib/libc/stdlib: tag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 7 19:01:40 EDT 2018


Revision: 10537
          http://svnweb.midnightbsd.org/src/?rev=10537
Author:   laffer1
Date:     2018-06-07 19:01:40 -0400 (Thu, 07 Jun 2018)
Log Message:
-----------
tag

Modified Paths:
--------------
    trunk/lib/libc/stdlib/strtol.c
    trunk/lib/libc/stdlib/strtoll.c

Modified: trunk/lib/libc/stdlib/strtol.c
===================================================================
--- trunk/lib/libc/stdlib/strtol.c	2018-06-07 23:01:19 UTC (rev 10536)
+++ trunk/lib/libc/stdlib/strtol.c	2018-06-07 23:01:40 UTC (rev 10537)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1990, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -15,7 +16,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -36,7 +37,7 @@
 static char sccsid[] = "@(#)strtol.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/stdlib/strtol.c 251672 2013-06-13 00:19:30Z emaste $");
 
 #include <limits.h>
 #include <ctype.h>

Modified: trunk/lib/libc/stdlib/strtoll.c
===================================================================
--- trunk/lib/libc/stdlib/strtoll.c	2018-06-07 23:01:19 UTC (rev 10536)
+++ trunk/lib/libc/stdlib/strtoll.c	2018-06-07 23:01:40 UTC (rev 10537)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -15,7 +16,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -36,7 +37,7 @@
 static char sccsid[] = "@(#)strtoq.c	8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/libc/stdlib/strtoll.c 251672 2013-06-13 00:19:30Z emaste $");
 
 #include <limits.h>
 #include <errno.h>



More information about the Midnightbsd-cvs mailing list