[Midnightbsd-cvs] src [10552] tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jun 7 20:45:15 EDT 2018
Revision: 10552
http://svnweb.midnightbsd.org/src/?rev=10552
Author: laffer1
Date: 2018-06-07 20:45:15 -0400 (Thu, 07 Jun 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/lib/libc/stdlib/bsearch.c
trunk/lib/libc/stdlib/div.3
Property Changed:
----------------
trunk/lib/libc/stdlib/div.3
Modified: trunk/lib/libc/stdlib/bsearch.c
===================================================================
--- trunk/lib/libc/stdlib/bsearch.c 2018-06-08 00:45:05 UTC (rev 10551)
+++ trunk/lib/libc/stdlib/bsearch.c 2018-06-08 00:45:15 UTC (rev 10552)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1990, 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[] = "@(#)bsearch.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/bsearch.c 251069 2013-05-28 20:57:40Z emaste $");
#include <stddef.h>
#include <stdlib.h>
Modified: trunk/lib/libc/stdlib/div.3
===================================================================
--- trunk/lib/libc/stdlib/div.3 2018-06-08 00:45:05 UTC (rev 10551)
+++ trunk/lib/libc/stdlib/div.3 2018-06-08 00:45:15 UTC (rev 10552)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -11,7 +12,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.
.\"
@@ -28,7 +29,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)div.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: stable/10/lib/libc/stdlib/div.3 251069 2013-05-28 20:57:40Z emaste $
.\"
.Dd November 14, 2001
.Dt DIV 3
Property changes on: trunk/lib/libc/stdlib/div.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list