]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Use bool for booleans.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 15:29:48 +0000 (15:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 15:29:48 +0000 (15:29 +0000)
src/nohup.c

index 1bc778154552edc716b40d654aee5d5b5aecfd68..96b2b23302c2720e5b3ce30ef553de4e55b897eb 100644 (file)
@@ -73,7 +73,7 @@ main (int argc, char **argv)
 {
   int fd;
   int saved_stderr_fd = -1;
-  int stderr_isatty;
+  bool stderr_isatty;
 
   initialize_main (&argc, &argv);
   program_name = argv[0];