2002-02-11 James A. Morrison <[EMAIL PROTECTED]>
* hurd.texi: Add a space before []'s in vector definitions to remove compile warnings. Index: hurd.texi =================================================================== RCS file: /cvsroot/hurd/hurd/doc/hurd.texi,v retrieving revision 1.20 diff -u -r1.20 hurd.texi --- hurd.texi 12 Mar 2001 00:43:50 -0000 1.20 +++ hurd.texi 9 Feb 2002 22:34:29 -0000 @@ -2329,9 +2501,9 @@ default definitions in @code{libtrivfs}, so you are not forced to define them; rather, they may be redefined on a case-by-case basis. -@deftypevar {extern struct port_class *} trivfs_protid_portclasses[] +@deftypevar {extern struct port_class *} trivfs_protid_portclasses [] @deftypevarx {extern int} trivfs_protid_nportclasses -@deftypevarx {extern struct port_class *} trivfs_cntl_portclasses[] +@deftypevarx {extern struct port_class *} trivfs_cntl_portclasses [] @deftypevarx {extern int} trivfs_cntl_nportclasses If you define these, they should be vectors (and the associated sizes) of port classes that will be translated into control and protid pointers @@ -3137,7 +3326,7 @@ The store library comes with a number of standard store class implementations: -@deftypevar {extern const struct store_class *const} store_std_classes[] +@deftypevar {extern const struct store_class *const} store_std_classes [] This is a null-terminated vector of the standard store classes implemented by @code{libstore}. @end deftypevar _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd