[Midnightbsd-cvs] src [11390] trunk/libexec/rpc.rquotad/rquotad.c: sync with freebsd
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jul 6 20:58:09 EDT 2018
Revision: 11390
http://svnweb.midnightbsd.org/src/?rev=11390
Author: laffer1
Date: 2018-07-06 20:58:08 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
sync with freebsd
Modified Paths:
--------------
trunk/libexec/rpc.rquotad/Makefile
trunk/libexec/rpc.rquotad/rpc.rquotad.8
trunk/libexec/rpc.rquotad/rquotad.c
Property Changed:
----------------
trunk/libexec/rpc.rquotad/rpc.rquotad.8
Modified: trunk/libexec/rpc.rquotad/Makefile
===================================================================
--- trunk/libexec/rpc.rquotad/Makefile 2018-07-07 00:57:53 UTC (rev 11389)
+++ trunk/libexec/rpc.rquotad/Makefile 2018-07-07 00:58:08 UTC (rev 11390)
@@ -1,5 +1,5 @@
-# $MidnightBSD: src/libexec/rpc.rquotad/Makefile,v 1.2 2012/04/11 00:46:55 laffer1 Exp $
-# $FreeBSD: src/libexec/rpc.rquotad/Makefile,v 1.6 2001/03/26 14:22:07 ru Exp $
+# $MidnightBSD$
+# $FreeBSD: stable/10/libexec/rpc.rquotad/Makefile 207736 2010-05-07 00:41:12Z mckusick $
PROG = rpc.rquotad
SRCS = rquotad.c
Modified: trunk/libexec/rpc.rquotad/rpc.rquotad.8
===================================================================
--- trunk/libexec/rpc.rquotad/rpc.rquotad.8 2018-07-07 00:57:53 UTC (rev 11389)
+++ trunk/libexec/rpc.rquotad/rpc.rquotad.8 2018-07-07 00:58:08 UTC (rev 11390)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\"
.\" Copyright (c) 1994 Theo de Raadt
.\" All rights reserved.
@@ -27,8 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD: src/libexec/rpc.rquotad/rpc.rquotad.8,v 1.12 2005/01/18 09:29:40 ru Exp $
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/libexec/rpc.rquotad/rpc.rquotad.8 140414 2005-01-18 09:29:40Z ru $
.\"
.Dd June 22, 1994
.Dt RPC.RQUOTAD 8
Property changes on: trunk/libexec/rpc.rquotad/rpc.rquotad.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/libexec/rpc.rquotad/rquotad.c
===================================================================
--- trunk/libexec/rpc.rquotad/rquotad.c 2018-07-07 00:57:53 UTC (rev 11389)
+++ trunk/libexec/rpc.rquotad/rquotad.c 2018-07-07 00:58:08 UTC (rev 11390)
@@ -1,14 +1,12 @@
-/* $MidnightBSD: src/libexec/rpc.rquotad/rquotad.c,v 1.2 2012/04/11 00:46:55 laffer1 Exp $ */
+/* $MidnightBSD$ */
/*
* by Manuel Bouyer (bouyer at ensta.fr)
- *
+ *
* There is no copyright, you can use it as you want.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD: src/libexec/rpc.rquotad/rquotad.c,v 1.9 2005/02/14 17:42:57 stefanf Exp $";
-#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD: stable/10/libexec/rpc.rquotad/rquotad.c 207736 2010-05-07 00:41:12Z mckusick $");
#include <sys/param.h>
#include <sys/mount.h>
More information about the Midnightbsd-cvs
mailing list