From 60de059bfff9e48f98fcad99b7176cd172a09dab Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 19 Apr 2010 16:30:37 -0400 Subject: KWSys Process: Add OpenBSD process tree kill support Patch from Chuck Atkins --- Source/kwsys/ProcessUNIX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c index 57f7b16..b368901 100644 --- a/Source/kwsys/ProcessUNIX.c +++ b/Source/kwsys/ProcessUNIX.c @@ -2374,7 +2374,7 @@ static pid_t kwsysProcessFork(kwsysProcess* cp, corresponding parsing format string. The parsing format should have two integers to store: the pid and then the ppid. */ #if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) \ - || defined(__FreeBSD_kernel__) + || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) # define KWSYSPE_PS_COMMAND "ps axo pid,ppid" # define KWSYSPE_PS_FORMAT "%d %d\n" #elif defined(__hpux) || defined(__sun__) || defined(__sgi) || defined(_AIX) \ -- cgit v0.12