[BACK]Return to raw_ip.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/raw_ip.c between version 1.40 and 1.41

version 1.40, 1998/01/12 03:02:53 version 1.41, 1998/04/03 07:49:16
Line 137  rip_input(m, va_alist)
Line 137  rip_input(m, va_alist)
                                                 m_freem(opts);                                                  m_freem(opts);
                                 } else                                  } else
                                         sorwakeup(last->inp_socket);                                          sorwakeup(last->inp_socket);
                                   opts = NULL;
                         }                          }
                 }                  }
                 last = inp;                  last = inp;

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb <webmaster@jp.NetBSD.org>