Commit c96b2017 authored by Pavel Emelyanov's avatar Pavel Emelyanov

sockets: Mark open_unix_sk static

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent ccdca9e3
......@@ -1372,7 +1372,7 @@ static int open_unixsk_standalone(struct unix_sk_info *ui)
return sk;
}
int open_unix_sk(struct file_desc *d)
static int open_unix_sk(struct file_desc *d)
{
struct unix_sk_info *ui;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment