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
461b74cb
Commit
461b74cb
authored
Oct 07, 2004
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge nuts.davemloft.net:/disk1/BK/network-2.6
into nuts.davemloft.net:/disk1/BK/net-2.6
parents
03631415
a1c5e723
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
include/net/sock.h
include/net/sock.h
+7
-0
kernel/sys.c
kernel/sys.c
+1
-0
No files found.
include/net/sock.h
View file @
461b74cb
...
@@ -1336,6 +1336,13 @@ static inline void sock_valbool_flag(struct sock *sk, int bit, int valbool)
...
@@ -1336,6 +1336,13 @@ static inline void sock_valbool_flag(struct sock *sk, int bit, int valbool)
extern
__u32
sysctl_wmem_max
;
extern
__u32
sysctl_wmem_max
;
extern
__u32
sysctl_rmem_max
;
extern
__u32
sysctl_rmem_max
;
#ifdef CONFIG_NET
int
siocdevprivate_ioctl
(
unsigned
int
fd
,
unsigned
int
cmd
,
unsigned
long
arg
);
int
siocdevprivate_ioctl
(
unsigned
int
fd
,
unsigned
int
cmd
,
unsigned
long
arg
);
#else
static
inline
int
siocdevprivate_ioctl
(
unsigned
int
fd
,
unsigned
int
cmd
,
unsigned
long
arg
)
{
return
-
ENODEV
;
}
#endif
#endif
/* _SOCK_H */
#endif
/* _SOCK_H */
kernel/sys.c
View file @
461b74cb
...
@@ -277,6 +277,7 @@ cond_syscall(sys_set_mempolicy)
...
@@ -277,6 +277,7 @@ cond_syscall(sys_set_mempolicy)
cond_syscall
(
compat_mbind
)
cond_syscall
(
compat_mbind
)
cond_syscall
(
compat_get_mempolicy
)
cond_syscall
(
compat_get_mempolicy
)
cond_syscall
(
compat_set_mempolicy
)
cond_syscall
(
compat_set_mempolicy
)
cond_syscall
(
compat_sys_socketcall
)
/* arch-specific weak syscall entries */
/* arch-specific weak syscall entries */
cond_syscall
(
sys_pciconfig_read
)
cond_syscall
(
sys_pciconfig_read
)
...
...
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