Fix de-selecting of drivers in configure by removing non-portable switch to sed.

Silent some compiler and lint warnings.
This commit is contained in:
mmdolze
2009-11-01 08:32:50 +00:00
parent b197729ad8
commit 362aa05fd2
9 changed files with 23 additions and 10 deletions
+4
View File
@@ -174,6 +174,9 @@ int main(int argc, char **argv)
main_loop();
exit_program(EXIT_SUCCESS);
/* NOTREACHED */
return EXIT_SUCCESS;
}
@@ -262,6 +265,7 @@ static int process_command_line(int argc, char **argv)
case 'h':
fprintf(stderr, "%s", help_text);
exit(EXIT_SUCCESS);
/* NOTREACHED */
case ':':
report(RPT_ERR, "Missing option argument for %c", optopt);
error = -1;