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

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 7 18:58:05 EDT 2018


Revision: 10532
          http://svnweb.midnightbsd.org/src/?rev=10532
Author:   laffer1
Date:     2018-06-07 18:58:04 -0400 (Thu, 07 Jun 2018)
Log Message:
-----------
tag

Modified Paths:
--------------
    trunk/lib/libc/stdlib/strtoul.c
    trunk/lib/libc/stdlib/strtoull.c
    trunk/lib/libc/stdlib/strtoumax.c

Modified: trunk/lib/libc/stdlib/strtoul.c
===================================================================
--- trunk/lib/libc/stdlib/strtoul.c	2018-06-07 22:56:31 UTC (rev 10531)
+++ trunk/lib/libc/stdlib/strtoul.c	2018-06-07 22:58:04 UTC (rev 10532)
@@ -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[] = "@(#)strtoul.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/strtoul.c 251672 2013-06-13 00:19:30Z emaste $");
 
 #include <limits.h>
 #include <ctype.h>

Modified: trunk/lib/libc/stdlib/strtoull.c
===================================================================
--- trunk/lib/libc/stdlib/strtoull.c	2018-06-07 22:56:31 UTC (rev 10531)
+++ trunk/lib/libc/stdlib/strtoull.c	2018-06-07 22:58:04 UTC (rev 10532)
@@ -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[] = "@(#)strtouq.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/strtoull.c 251672 2013-06-13 00:19:30Z emaste $");
 
 #include <limits.h>
 #include <errno.h>

Modified: trunk/lib/libc/stdlib/strtoumax.c
===================================================================
--- trunk/lib/libc/stdlib/strtoumax.c	2018-06-07 22:56:31 UTC (rev 10531)
+++ trunk/lib/libc/stdlib/strtoumax.c	2018-06-07 22:58:04 UTC (rev 10532)
@@ -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[] = "from @(#)strtoul.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/strtoumax.c 251672 2013-06-13 00:19:30Z emaste $");
 
 #include <ctype.h>
 #include <errno.h>



More information about the Midnightbsd-cvs mailing list