[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:40:13 UTC 2012


details:   http://zrouter.org/hg/FreeBSD/head//rev/fa82979f9d61
changeset: 404:fa82979f9d61
user:      ray at terran.dlink.ua
date:      Fri Mar 02 17:17:59 2012 +0200
description:
Update to FreeBSD-HEAD @232391

diffstat:

 head/sys/tools/vnode_if.awk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 9afd499ca83f -r fa82979f9d61 head/sys/tools/vnode_if.awk
--- a/head/sys/tools/vnode_if.awk	Fri Mar 02 17:17:51 2012 +0200
+++ b/head/sys/tools/vnode_if.awk	Fri Mar 02 17:17:59 2012 +0200
@@ -30,7 +30,7 @@
 
 #
 #	@(#)vnode_if.sh	8.1 (Berkeley) 6/10/93
-# $FreeBSD$
+# $FreeBSD: head/sys/tools/vnode_if.awk 231975 2012-02-21 19:35:59Z trociny $
 #
 # Script to produce VFS front-end sugar.
 #
@@ -142,7 +142,7 @@
     " * This file is produced automatically.\n" \
     " * Do not modify anything in here by hand.\n" \
     " *\n" \
-    " * Created from $FreeBSD$\n" \
+    " * Created from $FreeBSD: head/sys/tools/vnode_if.awk 231975 2012-02-21 19:35:59Z trociny $\n" \
     " */\n" \
     "\n";
 
@@ -195,7 +195,7 @@
 		continue;
 	if ($1 ~ /^%%/) {
 		if (NF != 6 ||
-		    $2 !~ /^[a-z]+$/  ||  $3 !~ /^[a-z]+$/  ||
+		    $2 !~ /^[a-z_]+$/  ||  $3 !~ /^[a-z]+$/  ||
 		    $4 !~ /^.$/  ||  $5 !~ /^.$/  ||  $6 !~ /^.$/) {
 			die("Invalid %s construction", "%%");
 			continue;


More information about the Zrouter-src-freebsd mailing list