[Midnightbsd-cvs] src [12313] trunk/sys/xdr: sync with FreeBSD 11-stable
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 8 14:35:05 EST 2020
Revision: 12313
http://svnweb.midnightbsd.org/src/?rev=12313
Author: laffer1
Date: 2020-02-08 14:35:04 -0500 (Sat, 08 Feb 2020)
Log Message:
-----------
sync with FreeBSD 11-stable
Modified Paths:
--------------
trunk/sys/xdr/xdr.c
trunk/sys/xdr/xdr_array.c
trunk/sys/xdr/xdr_mbuf.c
trunk/sys/xdr/xdr_mem.c
trunk/sys/xdr/xdr_reference.c
trunk/sys/xdr/xdr_sizeof.c
Modified: trunk/sys/xdr/xdr.c
===================================================================
--- trunk/sys/xdr/xdr.c 2020-02-08 19:34:34 UTC (rev 12312)
+++ trunk/sys/xdr/xdr.c 2020-02-08 19:35:04 UTC (rev 12313)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/* $NetBSD: xdr.c,v 1.22 2000/07/06 03:10:35 christos Exp $ */
/*
@@ -34,7 +35,7 @@
static char *sccsid = "@(#)xdr.c 2.1 88/07/29 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/11/sys/xdr/xdr.c 319614 2017-06-06 07:21:33Z delphij $");
/*
* xdr.c, Generic XDR routines implementation.
Modified: trunk/sys/xdr/xdr_array.c
===================================================================
--- trunk/sys/xdr/xdr_array.c 2020-02-08 19:34:34 UTC (rev 12312)
+++ trunk/sys/xdr/xdr_array.c 2020-02-08 19:35:04 UTC (rev 12313)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/* $NetBSD: xdr_array.c,v 1.12 2000/01/22 22:19:18 mycroft Exp $ */
/*
@@ -34,7 +35,7 @@
static char *sccsid = "@(#)xdr_array.c 2.1 88/07/29 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/11/sys/xdr/xdr_array.c 177633 2008-03-26 15:23:12Z dfr $");
/*
* xdr_array.c, Generic XDR routines impelmentation.
Modified: trunk/sys/xdr/xdr_mbuf.c
===================================================================
--- trunk/sys/xdr/xdr_mbuf.c 2020-02-08 19:34:34 UTC (rev 12312)
+++ trunk/sys/xdr/xdr_mbuf.c 2020-02-08 19:35:04 UTC (rev 12313)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2008 Isilon Inc http://www.isilon.com/
* Authors: Doug Rabson <dfr at rabson.org>
@@ -26,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/11/sys/xdr/xdr_mbuf.c 248318 2013-03-15 10:21:18Z glebius $");
#include <sys/param.h>
#include <sys/systm.h>
Modified: trunk/sys/xdr/xdr_mem.c
===================================================================
--- trunk/sys/xdr/xdr_mem.c 2020-02-08 19:34:34 UTC (rev 12312)
+++ trunk/sys/xdr/xdr_mem.c 2020-02-08 19:35:04 UTC (rev 12313)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/* $NetBSD: xdr_mem.c,v 1.15 2000/01/22 22:19:18 mycroft Exp $ */
/*
@@ -34,7 +35,7 @@
static char *sccsid = "@(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/11/sys/xdr/xdr_mem.c 297975 2016-04-14 17:06:37Z pfg $");
/*
* xdr_mem.h, XDR implementation using memory buffers.
Modified: trunk/sys/xdr/xdr_reference.c
===================================================================
--- trunk/sys/xdr/xdr_reference.c 2020-02-08 19:34:34 UTC (rev 12312)
+++ trunk/sys/xdr/xdr_reference.c 2020-02-08 19:35:04 UTC (rev 12313)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/* $NetBSD: xdr_reference.c,v 1.13 2000/01/22 22:19:18 mycroft Exp $ */
/*
@@ -34,7 +35,7 @@
static char *sccsid = "@(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/11/sys/xdr/xdr_reference.c 177633 2008-03-26 15:23:12Z dfr $");
/*
* xdr_reference.c, Generic XDR routines impelmentation.
Modified: trunk/sys/xdr/xdr_sizeof.c
===================================================================
--- trunk/sys/xdr/xdr_sizeof.c 2020-02-08 19:34:34 UTC (rev 12312)
+++ trunk/sys/xdr/xdr_sizeof.c 2020-02-08 19:35:04 UTC (rev 12313)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
@@ -36,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/11/sys/xdr/xdr_sizeof.c 177633 2008-03-26 15:23:12Z dfr $");
#include <sys/param.h>
#include <sys/systm.h>
More information about the Midnightbsd-cvs
mailing list