Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173797
b: refs/heads/master
c: f1970c4
h: refs/heads/master
i:
  173795: 9d056f2
v: v3
  • Loading branch information
Felipe Contreras authored and Jiri Kosina committed Dec 4, 2009
1 parent 95f0b85 commit 69548f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e9de25dda359c9272998daddeae7788376a44e41
refs/heads/master: f1970c48ef06ece4e23765501976507ab52b0edd
2 changes: 1 addition & 1 deletion trunk/ipc/msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd,
struct msqid_ds __user *buf, int version)
{
struct kern_ipc_perm *ipcp;
struct msqid64_ds msqid64;
struct msqid64_ds uninitialized_var(msqid64);
struct msg_queue *msq;
int err;

Expand Down

0 comments on commit 69548f6

Please sign in to comment.