gzip: fix port to Atari by not defining ASMV
[debian/gzip] / zip.c
diff --git a/zip.c b/zip.c
index 178bfd0752d55629cfdb51f6be61999a079bb0ba..793cf4257f33a4176d64caad846591de70a3a225 100644 (file)
--- a/zip.c
+++ b/zip.c
@@ -80,8 +80,8 @@ int zip(in, out)
     (void)deflate();
 
 #ifndef NO_SIZE_CHECK
-  /* Check input size (but not in VMS -- variable record lengths mess it up)
-   * and not on MSDOS -- diet in TSR mode reports an incorrect file size)
+  /* Check input size
+   * (but not on MSDOS -- diet in TSR mode reports an incorrect file size)
    */
     if (ifile_size != -1L && bytes_in != ifile_size) {
         fprintf(stderr, "%s: %s: file size changed while zipping\n",