mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 01:14:52 +01:00
Staticify cleanup() which is not referenced in other places.
MFC after: 2 weeks
This commit is contained in:
parent
53f476cab3
commit
cde9717b67
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223374
@ -226,7 +226,7 @@ trying(const struct addrinfo *ai)
|
||||
printf("Trying %s...\n", buf);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
cleanup(int sig __unused)
|
||||
{
|
||||
#define ERRSTR "Timed out.\n"
|
||||
|
Loading…
Reference in New Issue
Block a user