[PATCH 1/4][SCTP]: Don't export include/linux/sctp.h to userspace.

2006-12-20 Thread Sridhar Samudrala
[SCTP]: Don't export include/linux/sctp.h to userspace.

This file contains protocol definitions and there are no SCTP apps that use
this file.

Signed-off-by: Sridhar Samudrala [EMAIL PROTECTED]

---
 include/linux/Kbuild |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index a1b04d8..f2d75f3 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -138,7 +138,6 @@ header-y += radeonfb.h
 header-y += raw.h
 header-y += resource.h
 header-y += rose.h
-header-y += sctp.h
 header-y += smbno.h
 header-y += snmp.h
 header-y += sockios.h


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/4][SCTP]: Don't export include/linux/sctp.h to userspace.

2006-12-20 Thread David Miller
From: Sridhar Samudrala [EMAIL PROTECTED]
Date: Wed, 20 Dec 2006 16:00:39 -0800

 [SCTP]: Don't export include/linux/sctp.h to userspace.
 
 This file contains protocol definitions and there are no SCTP apps that use
 this file.
 
 Signed-off-by: Sridhar Samudrala [EMAIL PROTECTED]

Applied, thanks for resolving the status of this header file.
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html