[BACK]Return to copy.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / stand

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/stand/copy.c between version 1.8 and 1.9

version 1.8, 1998/09/13 15:19:13 version 1.9, 1998/10/20 01:46:28
Line 77  main()
Line 77  main()
                                 printf("Record %d: read short; expected %d, got %d\n",                                  printf("Record %d: read short; expected %d, got %d\n",
                                     record, bsize, rcc);                                      record, bsize, rcc);
                 }                  }
 #ifdef vax  #ifdef __vax__
                 /* For bug in ht driver. */                  /* For bug in ht driver. */
                 if (rcc > bsize)                  if (rcc > bsize)
                         rcc = bsize;                          rcc = bsize;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>