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

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

Diff for /src/sys/netinet6/raw_ip6.c between version 1.123 and 1.124

version 1.123, 2014/07/07 07:09:59 version 1.124, 2014/07/07 15:13:21
Line 653  rip6_ioctl(struct socket *so, u_long cmd
Line 653  rip6_ioctl(struct socket *so, u_long cmd
 static int  static int
 rip6_stat(struct socket *so, struct stat *ub)  rip6_stat(struct socket *so, struct stat *ub)
 {  {
         return EOPNOTSUPP;          /* stat: don't bother with a blocksize */
           return 0;
 }  }
   
 int  int

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

CVSweb <webmaster@jp.NetBSD.org>