[BACK]Return to process.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / mopd / mopd

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

Diff for /src/usr.sbin/mopd/mopd/process.c between version 1.5 and 1.6

version 1.5, 1997/10/16 23:25:19 version 1.6, 2000/01/10 19:33:18
Line 246  mopStartLoad(dst, src, dl_rpr, trans)
Line 246  mopStartLoad(dst, src, dl_rpr, trans)
                         if (dllist[i].status == DL_STATUS_FREE) {                          if (dllist[i].status == DL_STATUS_FREE) {
                                 if (slot == -1) {                                  if (slot == -1) {
                                         slot = i;                                          slot = i;
                                         memmove((char *)dst,                                          memmove((char *)dllist[i].eaddr,
                                             (char *)dllist[i].eaddr, 6);                                              (char *)dst, 6);
                                 }                                  }
                         }                          }
                 }                  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>