[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.205 and 1.206

version 1.205, 2014/07/07 15:13:21 version 1.206, 2014/07/07 17:13:56
Line 903  udp_ioctl(struct socket *so, u_long cmd,
Line 903  udp_ioctl(struct socket *so, u_long cmd,
 static int  static int
 udp_stat(struct socket *so, struct stat *ub)  udp_stat(struct socket *so, struct stat *ub)
 {  {
           KASSERT(solocked(so));
   
         /* stat: don't bother with a blocksize. */          /* stat: don't bother with a blocksize. */
         return 0;          return 0;
 }  }

Legend:
Removed from v.1.205  
changed lines
  Added in v.1.206

CVSweb <webmaster@jp.NetBSD.org>