diff options
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 |