summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorJon Grimm <jgrimm@touki.austin.ibm.com>2002-09-30 05:29:20 -0500
committerJon Grimm <jgrimm@touki.austin.ibm.com>2002-09-30 05:29:20 -0500
commit27cdae33b8d05a4504df339e42eb5c5b25f589c2 (patch)
treeb0f922e9170391879e4f5845afe7828258745c2b /include/net
parentb0b019bed930572cd49d2131380d432ef6602473 (diff)
parentb7080c483f6be4463390f18a331ff36c96030d46 (diff)
Merge touki.austin.ibm.com:/home/jgrimm/bk/atomix.fix
into touki.austin.ibm.com:/home/jgrimm/bk/lksctp-2.5.work
Diffstat (limited to 'include/net')
-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.
*/