summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/kill.c')
-rw-r--r--sysdeps/mach/hurd/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/kill.c b/sysdeps/mach/hurd/kill.c
index 7e64e7c9d7..f9c9a57030 100644
--- a/sysdeps/mach/hurd/kill.c
+++ b/sysdeps/mach/hurd/kill.c
@@ -64,7 +64,7 @@ __kill (pid_t pid, int sig)
{
if (msgport != MACH_PORT_NULL)
/* Send a signal message to his message port. */
- return __msg_sig_post (msgport, sig, 0, refport);
+ return __msg_sig_post (msgport, sig, SI_USER, refport);
/* The process has no message port. Perhaps try direct
frobnication of the task. */