projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sched: Allow more than one running scheduler instance.
[paraslash.git]
/
exec.c
diff --git
a/exec.c
b/exec.c
index b603809d062ee07724f7a4f25b9629ff227f047d..e765dc4d8f0473290b309efd45e04318b21b6792 100644
(file)
--- a/
exec.c
+++ b/
exec.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2003-20
09
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2003-20
11
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-7,7
+7,6
@@
/** \file exec.c Helper functions for spawning new processes. */
#include <regex.h>
/** \file exec.c Helper functions for spawning new processes. */
#include <regex.h>
-#include <dirent.h>
#include "para.h"
#include "close_on_fork.h"
#include "para.h"
#include "close_on_fork.h"