Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
60b95251
Commit
60b95251
authored
Nov 29, 2003
by
Herbert Xu
Committed by
David S. Miller
Nov 29, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SCTP]: Fix sm.h/sctp.h header include loop.
parent
202ca737
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
1 deletion
+4
-1
include/net/sctp/sctp.h
include/net/sctp/sctp.h
+0
-1
net/sctp/associola.c
net/sctp/associola.c
+1
-0
net/sctp/outqueue.c
net/sctp/outqueue.c
+1
-0
net/sctp/socket.c
net/sctp/socket.c
+1
-0
net/sctp/transport.c
net/sctp/transport.c
+1
-0
No files found.
include/net/sctp/sctp.h
View file @
60b95251
...
...
@@ -90,7 +90,6 @@
#include <net/snmp.h>
#include <net/sctp/structs.h>
#include <net/sctp/constants.h>
#include <net/sctp/sm.h>
/* Set SCTP_DEBUG flag via config if not already set. */
...
...
net/sctp/associola.c
View file @
60b95251
...
...
@@ -58,6 +58,7 @@
#include <linux/in.h>
#include <net/ipv6.h>
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>
/* Forward declarations for internal functions. */
static
void
sctp_assoc_bh_rcv
(
struct
sctp_association
*
asoc
);
...
...
net/sctp/outqueue.c
View file @
60b95251
...
...
@@ -53,6 +53,7 @@
#include <net/sock.h>
/* For skb_set_owner_w */
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>
/* Declare internal functions here. */
static
int
sctp_acked
(
struct
sctp_sackhdr
*
sack
,
__u32
tsn
);
...
...
net/sctp/socket.c
View file @
60b95251
...
...
@@ -77,6 +77,7 @@
#include <linux/socket.h>
/* for sa_family_t */
#include <net/sock.h>
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>
/* WARNING: Please do not remove the SCTP_STATIC attribute to
* any of the functions below as they are used to export functions
...
...
net/sctp/transport.c
View file @
60b95251
...
...
@@ -50,6 +50,7 @@
#include <linux/types.h>
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>
/* 1st Level Abstractions. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment