Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2005 07:24:07 GMT
From:      soc-chenk <soc-chenk@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 81712 for review
Message-ID:  <200508090724.j797O7u2092406@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=81712

Change 81712 by soc-chenk@soc-chenk_leavemealone on 2005/08/09 07:23:57

	darcs changes --last 1
	Tue Aug  9 09:23:00 CEST 2005  at node: creo.hu, nick: csaba
	  * smaller changes in genopnames.rb
	Submitted by:	soc-chenk

Affected files ...

.. //depot/projects/soc2005/fuse4bsd/tools/genopnames.rb#2 edit

Differences ...

==== //depot/projects/soc2005/fuse4bsd/tools/genopnames.rb#2 (text+ko) ====

@@ -16,8 +16,10 @@
   ops[inside] = $1
 }
 
-puts "/* Generated by a ruby script from fuse_kernel.h, don't hand hack it! */
+puts <<EOF
+/* Generated by a ruby script from fuse_kernel.h, don't hand hack it! */
 
-char *fuse_opnames[] = {"
-(ops + [nil]*5).each { |o| puts "\t\"#{o ? o : "???"}\"," }
+char *fuse_opnames[] = {
+EOF
+(ops + [nil]*5).each { |o| puts "\t\"#{o ? o : "N/A (your fuse_opnames.h is out of date?...)"}\"," }
 puts "};"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508090724.j797O7u2092406>