diff options
| author | Jon Grimm <jgrimm@touki.austin.ibm.com> | 2002-09-30 05:29:20 -0500 |
|---|---|---|
| committer | Jon Grimm <jgrimm@touki.austin.ibm.com> | 2002-09-30 05:29:20 -0500 |
| commit | 27cdae33b8d05a4504df339e42eb5c5b25f589c2 (patch) | |
| tree | b0f922e9170391879e4f5845afe7828258745c2b /include | |
| parent | b0b019bed930572cd49d2131380d432ef6602473 (diff) | |
| parent | b7080c483f6be4463390f18a331ff36c96030d46 (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')
| -rw-r--r-- | include/net/sctp/sctp.h | 8 |
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. */ |
