Make quiet mode the standard on NetBSD!
This commit is contained in:
parent
09ae8bbd21
commit
223f8d5da0
|
@ -167,7 +167,7 @@ main (argc, argv)
|
||||||
interactive = TRUE;
|
interactive = TRUE;
|
||||||
else
|
else
|
||||||
interactive = FALSE;
|
interactive = FALSE;
|
||||||
quiet = FALSE;
|
quiet = TRUE;
|
||||||
file_names = NULL;
|
file_names = NULL;
|
||||||
|
|
||||||
#ifdef HAVE_SETVBUF
|
#ifdef HAVE_SETVBUF
|
||||||
|
|
Loading…
Reference in New Issue