summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJon Grimm <jgrimm@touki.austin.ibm.com>2002-09-30 23:41:17 -0500
committerJon Grimm <jgrimm@touki.austin.ibm.com>2002-09-30 23:41:17 -0500
commit22bf2be73655535f19bd282bc12a639672c39558 (patch)
tree95deb272040b6024511c990442d6b6aa2ac2260a /include
parent7570df54ef8cc5b42500d26562ff50fcbe265aa2 (diff)
parent27cdae33b8d05a4504df339e42eb5c5b25f589c2 (diff)
Merge touki.austin.ibm.com:/home/jgrimm/bk/linux-2.5
into touki.austin.ibm.com:/home/jgrimm/bk/lksctp-2.5.work
Diffstat (limited to 'include')
-rw-r--r--include/net/sctp/sctp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h
index d45cdd15f939..56de3338ade2 100644
--- a/include/net/sctp/sctp.h
+++ b/include/net/sctp/sctp.h
@@ -103,6 +103,14 @@
#define SCTP_PROTOSW_FLAG INET_PROTOSW_PERMANENT
#endif
+
+/* Certain internal static functions need to be exported when
+ * compiled into the test frame.
+ */
+#ifndef SCTP_STATIC
+#define SCTP_STATIC static
+#endif
+
/*
* Function declarations.
*/