In adding the syslog support, I've noticed that the servers all seem to do their argument processing slightly differently. Some us strcmp with argv[code], some strcmp with arg, some strncmp with arg and alen, some strcmp with argv[index]. While not accomplishing much, would a patch to make these all the same be reasonable? If so, which way do we want them? Another patch that'd be reasonable I think would be to have all of the main() functions consistently return int() and have the same prototype. If nothing else, it would shut up gcc. -- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo.cgi/openafs-devel
