From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed, 09 Aug 2006 11:31:43 -0700
> The sock_register() doesn't change the family, so the protocols can
> define it read-only. No caller ever checks return value from
> sock_unregister()
Applied, thanks.
-
To unsubscribe from this list: send the li
The sock_register() doesn't change the family, so the protocols can
define it read-only. No caller ever checks return value from sock_unregister()
---
include/linux/net.h |4 ++--
net/socket.c| 10 --
2 files changed, 6 insertions(+), 8 deletions(-)
--- net-2.6.orig/includ