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

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

Diff for /src/sys/netinet/udp_usrreq.c between version 1.154 and 1.155

version 1.154, 2006/11/10 13:01:55 version 1.155, 2006/11/10 13:02:32
Line 1072  udp_ctloutput(int op, struct socket *so,
Line 1072  udp_ctloutput(int op, struct socket *so,
                         error = ENOPROTOOPT;                          error = ENOPROTOOPT;
                         break;                          break;
                 }                  }
                   if (m != NULL) {
                           m_free(m);
                   }
                 break;                  break;
   
         default:          default:

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155

CVSweb <webmaster@jp.NetBSD.org>