From 37e94bd191701a08e0081b2027cfbede6d76a21c Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sun, 4 Jun 2023 08:13:23 +0200 Subject: treewide: Change to GPLv2, add LICENSES, missing headers As discussed with Alice -- 'reuse lint' passes now. Signed-off-by: Stefano Brivio --- cooker/calls/net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cooker/calls/net.c') diff --git a/cooker/calls/net.c b/cooker/calls/net.c index 52ebc1e..746a08e 100644 --- a/cooker/calls/net.c +++ b/cooker/calls/net.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: GPL-2.0-or-later /* seitan - Syscall Expressive Interpreter, Transformer and Notifier * @@ -228,7 +228,7 @@ static struct arg connect_args[] = { { "addr", SELECT, 0, 0, - sizeof(struct sockaddr_storage), + sizeof(struct sockaddr_un), { .d_select = &connect_addr_select }, }, }, -- cgit v1.2.3