Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158739
b: refs/heads/master
c: af794c7
h: refs/heads/master
i:
  158737: 56e0c04
  158735: e2e38a5
v: v3
  • Loading branch information
Rami Rosen authored and David S. Miller committed Jul 6, 2009
1 parent a9e0b45 commit 7dc4bc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 6f5bec195839dba3ca0ab8a7a53861e679109c0b
refs/heads/master: af794c74240d8d788058bdfee339512e7ac029b2
2 changes: 0 additions & 2 deletions trunk/include/net/scm.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ struct scm_cookie
#ifdef CONFIG_SECURITY_NETWORK
u32 secid; /* Passed security ID */
#endif
unsigned long seq; /* Connection seqno */
};

extern void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm);
Expand Down Expand Up @@ -59,7 +58,6 @@ static __inline__ int scm_send(struct socket *sock, struct msghdr *msg,
scm->creds.gid = current_gid();
scm->creds.pid = task_tgid_vnr(p);
scm->fp = NULL;
scm->seq = 0;
unix_get_peersec_dgram(sock, scm);
if (msg->msg_controllen <= 0)
return 0;
Expand Down

0 comments on commit 7dc4bc3

Please sign in to comment.