net-2.6.17 build still broken due to getpeersec

2006-03-10 Thread David S. Miller
The Unix getpeersec changes added calls to security_sid_to_context(), but there is no implementation available when CONFIG_SECURITY is not enabled. In file included from net/unix/af_unix.c:112: include/net/scm.h: In function 'scm_recv': include/net/scm.h:74: warning: implicit declaration of

Re: net-2.6.17 build still broken due to getpeersec

2006-03-10 Thread Xiaolan Zhang
Hi, David, David S. Miller [EMAIL PROTECTED] wrote on 03/10/2006 06:45:17 PM: The Unix getpeersec changes added calls to security_sid_to_context(), but there is no implementation available when CONFIG_SECURITY is not enabled. In file included from net/unix/af_unix.c:112:

Re: net-2.6.17 build still broken due to getpeersec

2006-03-10 Thread David S. Miller
From: Xiaolan Zhang [EMAIL PROTECTED] Date: Fri, 10 Mar 2006 18:58:20 -0500 I'm working on this tonight. James has a patch that deals with this issue so I'll borrow from that. Thank you, let me know when you have a patch ready. - To unsubscribe from this list: send the line unsubscribe netdev