[Midnightbsd-cvs] src [10538] trunk/lib/libc/stdlib/strtoimax.c: tag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 7 19:02:03 EDT 2018


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

Modified Paths:
--------------
    trunk/lib/libc/stdlib/strtoimax.c

Modified: trunk/lib/libc/stdlib/strtoimax.c
===================================================================
--- trunk/lib/libc/stdlib/strtoimax.c	2018-06-07 23:01:40 UTC (rev 10537)
+++ trunk/lib/libc/stdlib/strtoimax.c	2018-06-07 23:02:03 UTC (rev 10538)
@@ -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 @(#)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/strtoimax.c 251672 2013-06-13 00:19:30Z emaste $");
 
 #include <ctype.h>
 #include <errno.h>



More information about the Midnightbsd-cvs mailing list