fix compile

This commit is contained in:
Doug MacEachern 2007-09-16 18:40:48 +00:00
parent 58f8755835
commit a1cd6def29
1 changed files with 2 additions and 0 deletions

View File

@ -56,11 +56,13 @@ public class RPC {
private static void parse(String fileName) {
programs = new HashMap();
/* XXX
NetServices.parse("/etc/rpc", new NetServices.EntryReader() {
public void process(String program, String num, List aliases) {
programs.put(program, num);
}
});
*/
}
/**