[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree

zrouter-src-freebsd at zrouter.org zrouter-src-freebsd at zrouter.org
Fri Mar 2 15:37:32 UTC 2012


details:   http://zrouter.org/hg/FreeBSD/head//rev/62928dda58c3
changeset: 353:62928dda58c3
user:      ray at terran.dlink.ua
date:      Fri Mar 02 16:52:31 2012 +0200
description:
Update to FreeBSD-HEAD @232391

diffstat:

 head/include/Makefile         |  2 +-
 head/include/_xlocale_ctype.h |  2 +-
 head/include/ctype.h          |  2 +-
 head/include/locale.h         |  2 +-
 head/include/rpc/Makefile     |  4 ++--
 head/include/rpc/svc.h        |  8 ++++----
 head/include/rpcsvc/Makefile  |  4 ++--
 head/include/runetype.h       |  2 +-
 head/include/wchar.h          |  2 +-
 head/include/wctype.h         |  2 +-
 head/include/xlocale.h        |  2 +-
 11 files changed, 16 insertions(+), 16 deletions(-)

diffs (163 lines):

diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/Makefile
--- a/head/include/Makefile	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/Makefile	Fri Mar 02 16:52:31 2012 +0200
@@ -1,5 +1,5 @@
 #	@(#)Makefile	8.2 (Berkeley) 1/4/94
-# $FreeBSD: head/include/Makefile 228879 2011-12-25 20:51:40Z ed $
+# $FreeBSD: head/include/Makefile 231714 2012-02-14 21:48:46Z dim $
 #
 # Doing a "make install" builds /usr/include.
 
diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/_xlocale_ctype.h
--- a/head/include/_xlocale_ctype.h	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/_xlocale_ctype.h	Fri Mar 02 16:52:31 2012 +0200
@@ -25,7 +25,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: head/include/_xlocale_ctype.h 227753 2011-11-20 14:45:42Z theraven $
+ * $FreeBSD: head/include/_xlocale_ctype.h 231714 2012-02-14 21:48:46Z dim $
  */
 #ifndef _XLOCALE_H_
 #error This header should only be included by <xlocale.h>, never directly.
diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/ctype.h
--- a/head/include/ctype.h	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/ctype.h	Fri Mar 02 16:52:31 2012 +0200
@@ -35,7 +35,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)ctype.h	8.4 (Berkeley) 1/21/94
- *      $FreeBSD: head/include/ctype.h 227490 2011-11-13 17:07:26Z theraven $
+ *      $FreeBSD: head/include/ctype.h 231714 2012-02-14 21:48:46Z dim $
  */
 
 #ifndef _CTYPE_H_
diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/locale.h
--- a/head/include/locale.h	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/locale.h	Fri Mar 02 16:52:31 2012 +0200
@@ -27,7 +27,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)locale.h	8.1 (Berkeley) 6/2/93
- * $FreeBSD: head/include/locale.h 227753 2011-11-20 14:45:42Z theraven $
+ * $FreeBSD: head/include/locale.h 231714 2012-02-14 21:48:46Z dim $
  */
 
 #ifndef _LOCALE_H_
diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/rpc/Makefile
--- a/head/include/rpc/Makefile	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/rpc/Makefile	Fri Mar 02 16:52:31 2012 +0200
@@ -1,9 +1,9 @@
 #	from: @(#)Makefile	2.3 88/08/11 4.0 RPCSRC
-#	$FreeBSD$
+#	$FreeBSD: head/include/rpc/Makefile 231118 2012-02-07 09:27:07Z dim $
 
 .SUFFIXES: .x
 
-RPCCOM = rpcgen -C
+RPCCOM=	RPCGEN_CPP=${CPP:Q} rpcgen -C
 
 HDRS=	rpcb_prot.h
 
diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/rpc/svc.h
--- a/head/include/rpc/svc.h	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/rpc/svc.h	Fri Mar 02 16:52:31 2012 +0200
@@ -30,7 +30,7 @@
  *
  *	from: @(#)svc.h 1.35 88/12/17 SMI
  *	from: @(#)svc.h      1.27    94/04/25 SMI
- * $FreeBSD: head/include/rpc/svc.h 229781 2012-01-07 16:10:15Z uqs $
+ * $FreeBSD: head/include/rpc/svc.h 231678 2012-02-14 12:50:20Z tijl $
  */
 
 /*
@@ -226,7 +226,7 @@
  *	const SVCXPRT *xprt;
  *	const rpcprog_t prog;
  *	const rpcvers_t vers;
- *	const void (*dispatch)();
+ *	const void (*dispatch)(struct svc_req *, SVCXPRT *);
  *	const struct netconfig *nconf;
  */
 
@@ -376,7 +376,7 @@
 extern int svc_create(void (*)(struct svc_req *, SVCXPRT *),
 			   const rpcprog_t, const rpcvers_t, const char *);
 /*
- *      void (*dispatch)();             -- dispatch routine
+ *      void (*dispatch)(struct svc_req *, SVCXPRT *);
  *      const rpcprog_t prognum;        -- program number
  *      const rpcvers_t versnum;        -- version number
  *      const char *nettype;            -- network type
@@ -392,7 +392,7 @@
 				   const rpcprog_t, const rpcvers_t,
 				   const struct netconfig *);
         /*
-         * void (*dispatch)();            -- dispatch routine
+         * void (*dispatch)(struct svc_req *, SVCXPRT *);
          * const rpcprog_t prognum;       -- program number
          * const rpcvers_t versnum;       -- version number
          * const struct netconfig *nconf; -- netconfig structure
diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/rpcsvc/Makefile
--- a/head/include/rpcsvc/Makefile	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/rpcsvc/Makefile	Fri Mar 02 16:52:31 2012 +0200
@@ -1,9 +1,9 @@
 #	from: @(#)Makefile	2.3 88/08/11 4.0 RPCSRC
-# $FreeBSD$
+# $FreeBSD: head/include/rpcsvc/Makefile 231118 2012-02-07 09:27:07Z dim $
 
 .SUFFIXES: .x
 
-RPCCOM = rpcgen -C
+RPCCOM=	RPCGEN_CPP=${CPP:Q} rpcgen -C
 
 HDRS= key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \
       rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \
diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/runetype.h
--- a/head/include/runetype.h	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/runetype.h	Fri Mar 02 16:52:31 2012 +0200
@@ -30,7 +30,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)runetype.h	8.1 (Berkeley) 6/2/93
- * $FreeBSD: head/include/runetype.h 227753 2011-11-20 14:45:42Z theraven $
+ * $FreeBSD: head/include/runetype.h 231714 2012-02-14 21:48:46Z dim $
  */
 
 #ifndef	_RUNETYPE_H_
diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/wchar.h
--- a/head/include/wchar.h	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/wchar.h	Fri Mar 02 16:52:31 2012 +0200
@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: head/include/wchar.h 227487 2011-11-13 16:18:48Z theraven $
+ * $FreeBSD: head/include/wchar.h 231714 2012-02-14 21:48:46Z dim $
  */
 
 /*-
diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/wctype.h
--- a/head/include/wctype.h	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/wctype.h	Fri Mar 02 16:52:31 2012 +0200
@@ -25,7 +25,7 @@
  *
  *	citrus Id: wctype.h,v 1.4 2000/12/21 01:50:21 itojun Exp
  *	$NetBSD: wctype.h,v 1.3 2000/12/22 14:16:16 itojun Exp $
- * $FreeBSD: head/include/wctype.h 227476 2011-11-12 20:45:10Z theraven $
+ * $FreeBSD: head/include/wctype.h 231714 2012-02-14 21:48:46Z dim $
  */
 
 #ifndef _WCTYPE_H_
diff -r 5b0bc08465c3 -r 62928dda58c3 head/include/xlocale.h
--- a/head/include/xlocale.h	Fri Mar 02 16:52:11 2012 +0200
+++ b/head/include/xlocale.h	Fri Mar 02 16:52:31 2012 +0200
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $FreeBSD: head/include/xlocale.h 230156 2012-01-15 20:37:39Z avg $
+ * $FreeBSD: head/include/xlocale.h 231714 2012-02-14 21:48:46Z dim $
  */
 
 #ifndef _XLOCALE_H_


More information about the Zrouter-src-freebsd mailing list