cvs commit: src/bin/kill

Douwe Kiela virtus at wanadoo.nl
Thu Nov 11 15:39:33 PST 2004


"Chris Pressey" <cpressey at xxxxxxxxxxxxxxxxxxxxxxx> schreef:
-	if (!strcmp(*argv, "-l")) {
+	if (strcmp(*argv, "-l") == 0) {
Is this really required by style(9)? I didn't know that, just wondering ;-)







More information about the Commits mailing list