Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61761
b: refs/heads/master
c: 8238745
h: refs/heads/master
i:
  61759: 6530012
v: v3
  • Loading branch information
YOSHIFUJI Hideaki committed Jul 19, 2007
1 parent d69e262 commit 291f45c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb1416a59b070d2dea280bfac3313bf3b8a17cd2
refs/heads/master: 8238745a39606738c1d8d39f2052959b3e594b04
12 changes: 6 additions & 6 deletions trunk/net/tipc/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -1629,8 +1629,8 @@ static struct proto_ops msg_ops = {
.getsockopt = getsockopt,
.sendmsg = send_msg,
.recvmsg = recv_msg,
.mmap = sock_no_mmap,
.sendpage = sock_no_sendpage
.mmap = sock_no_mmap,
.sendpage = sock_no_sendpage
};

static struct proto_ops packet_ops = {
Expand All @@ -1650,8 +1650,8 @@ static struct proto_ops packet_ops = {
.getsockopt = getsockopt,
.sendmsg = send_packet,
.recvmsg = recv_msg,
.mmap = sock_no_mmap,
.sendpage = sock_no_sendpage
.mmap = sock_no_mmap,
.sendpage = sock_no_sendpage
};

static struct proto_ops stream_ops = {
Expand All @@ -1671,8 +1671,8 @@ static struct proto_ops stream_ops = {
.getsockopt = getsockopt,
.sendmsg = send_stream,
.recvmsg = recv_stream,
.mmap = sock_no_mmap,
.sendpage = sock_no_sendpage
.mmap = sock_no_mmap,
.sendpage = sock_no_sendpage
};

static struct net_proto_family tipc_family_ops = {
Expand Down

0 comments on commit 291f45c

Please sign in to comment.