[PATCH] inetdev notifier export

From: Pekka Riikonen [Adm] (priikone@poseidon.pspt.fi)
Date: Mon Jun 05 2000 - 15:31:21 EST


Hi,

Guess you've forgot the inetdev notifier patch from 2.3 (2.4.0test) tree
so I resend it here. Same small patch is in 2.2 since 2.2.16pre3. It's
needed in 2.4 as well. It is against 2.4.0test-ac8.

--

diff -uNr ./net/netsyms.c ../linux-new/net/netsyms.c --- ./net/netsyms.c Mon Jun 5 23:19:33 2000 +++ ../linux-new/net/netsyms.c Mon Jun 5 23:22:19 2000 @@ -467,6 +467,8 @@ /* Device callback registration */ EXPORT_SYMBOL(register_netdevice_notifier); EXPORT_SYMBOL(unregister_netdevice_notifier); +EXPORT_SYMBOL(register_inetaddr_notifier); +EXPORT_SYMBOL(unregister_inetaddr_notifier); /* support for loadable net drivers */ #ifdef CONFIG_NET

-- Pekka ________________________________________________________________________ Pekka Riikonen | Email: priikone@poseidon.pspt.fi SSH Communications Security Corp. | http://poseidon.pspt.fi/~priikone Tel. +358 (0)40 580 6673 | Kasarmikatu 11 A4, SF-70110 Kuopio PGP KeyID A924ED4F: http://poseidon.pspt.fi/~priikone/pubkey.asc

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jun 07 2000 - 21:00:22 EST