From: Ian Jackson Date: Mon, 15 Aug 2022 17:49:34 +0000 (+0100) Subject: prefork-interp: make sockaddr_sun static X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=7f9d763192ac58778ed970a81c1ace5d4e5dbc4e prefork-interp: make sockaddr_sun static Signed-off-by: Ian Jackson --- diff --git a/cprogs/prefork-interp.c b/cprogs/prefork-interp.c index ae6b9e5..90dde3c 100644 --- a/cprogs/prefork-interp.c +++ b/cprogs/prefork-interp.c @@ -91,7 +91,7 @@ const char our_name[] = "prefork-interp"; -struct sockaddr_un sockaddr_sun; +static struct sockaddr_un sockaddr_sun; #define ACK_BYTE '\n'