1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/mackerel-agent: Revert 57afac9.

Unintended file is included in this commit.
This commit is contained in:
Koichiro Iwao 2023-07-06 11:34:13 +09:00
parent b2c73acd9a
commit dd5b4dadba
2 changed files with 5 additions and 32 deletions

View File

@ -1,27 +0,0 @@
diff --git src/Mayaqua/Unix.c src/Mayaqua/Unix.c
index 2e8214a6..4fed394f 100644
--- src/Mayaqua/Unix.c
+++ src/Mayaqua/Unix.c
@@ -309,9 +309,11 @@ OS_DISPATCH_TABLE *UnixGetDispatchTable()
return &t;
}
-static void *signal_received_for_ignore(int sig, siginfo_t *info, void *ucontext)
+static void signal_received_for_ignore(int sig, siginfo_t *info, void *ucontext)
{
- return NULL;
+ (void)sig;
+ (void)info;
+ (void)ucontext;
}
// Ignore the signal flew to the thread
@@ -321,7 +323,7 @@ void UnixIgnoreSignalForThread(int sig)
Zero(&sa, sizeof(sa));
sa.sa_handler = NULL;
- sa.sa_sigaction = signal_received_for_ignore;
+ sa.sa_sigaction = &signal_received_for_ignore;
sa.sa_flags = SA_SIGINFO;
sigemptyset(&sa.sa_mask);

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1688547992
SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.77.0/v0.77.0.mod) = 5c2901f46b06c66891bc54a69692e23090dc9caca7f4d80a55624657694851e9
SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.77.0/v0.77.0.mod) = 1981
SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.77.0/v0.77.0.zip) = 8a9cf8e3bc4ae49dfd3c4ba44fc100ff200ce0ab491514642637b5576c5935bc
SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.77.0/v0.77.0.zip) = 260917
TIMESTAMP = 1685690167
SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.76.0/v0.76.0.mod) = b848ff23d0de1006749778658f22afb1887e30c70cc045dc472b07910f6f10f1
SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.76.0/v0.76.0.mod) = 1981
SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.76.0/v0.76.0.zip) = 277ff5db05ea9d254120d1090e20b55ba27d03517a186bb0db527aba5976ed11
SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.76.0/v0.76.0.zip) = 260668