use a bunch of if statements since it is a few bytes smaller than a switch; also...
authorMike Frysinger <vapier@gentoo.org>
Thu, 12 May 2005 22:50:12 +0000 (22:50 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 12 May 2005 22:50:12 +0000 (22:50 -0000)
commitdad4cf7e6307b5b6032d928f0c897235b3e1042d
tree7e7366348fe8c8dab7eebad25cfdd1adad8ba460
parentb3a6ec3e623d120eee39bd003c8efdff85c0497a
use a bunch of if statements since it is a few bytes smaller than a switch; also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :(
coreutils/comm.c