Make quiet mode the standard on NetBSD!

This commit is contained in:
phil 2001-01-11 01:53:45 +00:00
parent 09ae8bbd21
commit 223f8d5da0
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ main (argc, argv)
interactive = TRUE;
else
interactive = FALSE;
quiet = FALSE;
quiet = TRUE;
file_names = NULL;
#ifdef HAVE_SETVBUF