2.1.79 ndisc.c patch

Matthew Harrell (mharrell@std.saic.com)
Thu, 15 Jan 1998 17:38:31 -0500 (EST)


--ELM884903911-1043-0_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

This patch is necessary to get linux/net/ipv6/ndisc.c to compile when
CONFIG_RTNETLINK is not defined.

-- 
  Matthew Harrell                          May the bluebird of happiness
  Simulation Technology Division, SAIC      twiddle your bits.
  mharrell@std.saic.com

--ELM884903911-1043-0_ Content-Type: text/plain; charset=KOI8-R Content-Disposition: attachment; filename=ndisc.patch Content-Description: ndisc.patch Content-Transfer-Encoding: 7bit

--- linux/net/ipv6/ndisc.c-ori Thu Jan 15 17:46:20 1998 +++ linux/net/ipv6/ndisc.c Thu Jan 15 17:45:48 1998 @@ -1199,7 +1199,9 @@ void ndisc_cleanup(void) { #ifdef CONFIG_PROC_FS +#ifndef CONFIG_RTNETLINK proc_net_unregister(ndisc_proc_entry.low_ino); +#endif #endif neigh_table_clear(&nd_tbl); }

--ELM884903911-1043-0_--