[Midnightbsd-cvs] src [10533] trunk/lib/libc/stdlib/strtoq.c: tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jun 7 18:58:24 EDT 2018
Revision: 10533
http://svnweb.midnightbsd.org/src/?rev=10533
Author: laffer1
Date: 2018-06-07 18:58:23 -0400 (Thu, 07 Jun 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/lib/libc/stdlib/strtoq.c
Modified: trunk/lib/libc/stdlib/strtoq.c
===================================================================
--- trunk/lib/libc/stdlib/strtoq.c 2018-06-07 22:58:04 UTC (rev 10532)
+++ trunk/lib/libc/stdlib/strtoq.c 2018-06-07 22:58:23 UTC (rev 10533)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -10,7 +11,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.
*
@@ -31,7 +32,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/strtoq.c 251672 2013-06-13 00:19:30Z emaste $");
#include <sys/types.h>
More information about the Midnightbsd-cvs
mailing list