[Midnightbsd-cvs] src [10642] trunk/lib/libstdbuf/stdbuf.c: tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 9 12:50:13 EDT 2018
Revision: 10642
http://svnweb.midnightbsd.org/src/?rev=10642
Author: laffer1
Date: 2018-06-09 12:50:13 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/lib/libstdbuf/Makefile
trunk/lib/libstdbuf/libstdbuf.3
trunk/lib/libstdbuf/stdbuf.c
Property Changed:
----------------
trunk/lib/libstdbuf/libstdbuf.3
Modified: trunk/lib/libstdbuf/Makefile
===================================================================
--- trunk/lib/libstdbuf/Makefile 2018-06-09 16:49:48 UTC (rev 10641)
+++ trunk/lib/libstdbuf/Makefile 2018-06-09 16:50:13 UTC (rev 10642)
@@ -1,4 +1,5 @@
# $MidnightBSD$
+# $FreeBSD: stable/10/lib/libstdbuf/Makefile 241695 2012-10-18 15:39:29Z ed $
.include <bsd.own.mk>
@@ -7,6 +8,4 @@
SHLIB_MAJOR= 1
MAN= libstdbuf.3
-WARNS?= 6
-
.include <bsd.lib.mk>
Modified: trunk/lib/libstdbuf/libstdbuf.3
===================================================================
--- trunk/lib/libstdbuf/libstdbuf.3 2018-06-09 16:49:48 UTC (rev 10641)
+++ trunk/lib/libstdbuf/libstdbuf.3 2018-06-09 16:50:13 UTC (rev 10642)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" Copyright (c) 2012 Jeremie Le Hen <jlh at FreeBSD.org>
.\" All rights reserved.
.\"
@@ -22,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: stable/10/lib/libstdbuf/libstdbuf.3 234773 2012-04-28 21:50:30Z jlh $
.\"
.Dd April 28, 2012
.Dt LIBSTDBUF 3
Property changes on: trunk/lib/libstdbuf/libstdbuf.3
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/libstdbuf/stdbuf.c
===================================================================
--- trunk/lib/libstdbuf/stdbuf.c 2018-06-09 16:49:48 UTC (rev 10641)
+++ trunk/lib/libstdbuf/stdbuf.c 2018-06-09 16:50:13 UTC (rev 10642)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2012 Jeremie Le Hen <jlh at FreeBSD.org>
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: stable/10/lib/libstdbuf/stdbuf.c 234772 2012-04-28 20:52:20Z jlh $
*/
#include <err.h>
More information about the Midnightbsd-cvs
mailing list