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

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

Diff for /src/sys/kern/subr_tftproot.c between version 1.21 and 1.22

version 1.21, 2018/02/08 09:05:20 version 1.22, 2018/10/27 09:13:45
Line 318  tftproot_getfile(struct tftproot_handle 
Line 318  tftproot_getfile(struct tftproot_handle 
          * file.           * file.
          */           */
         if ((error = (*so->so_send)(so, mtod(m_serv, struct sockaddr *), NULL,          if ((error = (*so->so_send)(so, mtod(m_serv, struct sockaddr *), NULL,
             m_outbuf, NULL, 0, l)) != 0)              m_outbuf, NULL, 0, l)) != 0) {
                 DPRINTF(("%s():%d tftproot: sosend returned %d\n",                  DPRINTF(("%s():%d tftproot: sosend returned %d\n",
                     __func__, __LINE__, error));                      __func__, __LINE__, error));
           }
   
         /* Freed by the protocol */          /* Freed by the protocol */
         m_outbuf = NULL;          m_outbuf = NULL;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>