[BACK]Return to ip_input.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/ip_input.c between version 1.235 and 1.236

version 1.235, 2006/10/12 01:32:38 version 1.236, 2006/11/16 01:33:45
Line 1794  ip_srcroute(void)
Line 1794  ip_srcroute(void)
  * XXX should be deleted; last arg currently ignored.   * XXX should be deleted; last arg currently ignored.
  */   */
 void  void
 ip_stripoptions(struct mbuf *m, struct mbuf *mopt __unused)  ip_stripoptions(struct mbuf *m, struct mbuf *mopt)
 {  {
         int i;          int i;
         struct ip *ip = mtod(m, struct ip *);          struct ip *ip = mtod(m, struct ip *);

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236

CVSweb <webmaster@jp.NetBSD.org>