[BACK]Return to ftpcmd.y CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / ftpd

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

Diff for /src/libexec/ftpd/ftpcmd.y between version 1.91 and 1.92

version 1.91, 2011/01/14 23:56:13 version 1.92, 2011/07/01 02:46:15
Line 974  host_long_port6
Line 974  host_long_port6
                         data_dest.su_family = AF_INET6;                          data_dest.su_family = AF_INET6;
                         buf[0] = $39.i; buf[1] = $41.i;                          buf[0] = $39.i; buf[1] = $41.i;
                         (void)memcpy(&data_dest.su_port, buf,                          (void)memcpy(&data_dest.su_port, buf,
                             sizeof(&data_dest.su_port));                              sizeof(data_dest.su_port));
                         buf[0] = $5.i; buf[1] = $7.i;                          buf[0] = $5.i; buf[1] = $7.i;
                         buf[2] = $9.i; buf[3] = $11.i;                          buf[2] = $9.i; buf[3] = $11.i;
                         buf[4] = $13.i; buf[5] = $15.i;                          buf[4] = $13.i; buf[5] = $15.i;

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

CVSweb <webmaster@jp.NetBSD.org>