]> Dogcows Code - chaz/tar/blobdiff - src/rmt.c
Remove bogus errno FIXMEs.
[chaz/tar] / src / rmt.c
index 0215bffb8a577855380ecb7068866bd9eaf80780..e960f10b9377bd09d5a94ad2f2838da4b2f45287 100644 (file)
--- a/src/rmt.c
+++ b/src/rmt.c
@@ -335,7 +335,7 @@ see the file named COPYING for details."));
     }
 
 top:
-  errno = 0;                   /* FIXME: errno should be read-only */
+  errno = 0;
   status = 0;
   if (safe_read (STDIN_FILENO, &command, 1) != 1)
     return EXIT_SUCCESS;
This page took 0.019812 seconds and 4 git commands to generate.