K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-03-22T20:02:54.000000Z K 7 svn:log V 233 Use char foo[] = "BAR" to avoid direct assignment of const char * into char *. rpcgen can't really make those fields const because the remote side might want to munge them, so we need to pass non-const in. Hackish, but should work. END