diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2010-04-14 03:03:21 +0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-04-13 20:17:24 -0700 |
commit | d12f1f2dd625f507cf8a504854dad0a9efd86259 (patch) | |
tree | cb8f2a5b3c2638ea015427a6829f7493d7f93c25 /xinit.c | |
parent | 36e3f13a32c8ced264d666f1091db7e1bb523e86 (diff) |
killpg(2) is in Unix98
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xinit.c')
-rw-r--r-- | xinit.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -629,10 +629,6 @@ startClient(char *client[]) } } -#ifndef HAVE_KILLPG -#define killpg(pgrp, sig) kill(-(pgrp), sig) -#endif - static jmp_buf close_env; static int |