diff options
author | Alexander Færøy <ahf@torproject.org> | 2018-11-26 06:14:47 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-17 16:39:28 -0500 |
commit | ccc1963890bc7448383cd4c45370139697973d64 (patch) | |
tree | 827efbf335a328068d60bbfc63f94cea753f5558 /src/app | |
parent | f7d13425fc738d7d56d5582b9be8510ac236c076 (diff) | |
download | tor-ccc1963890bc7448383cd4c45370139697973d64.tar.gz tor-ccc1963890bc7448383cd4c45370139697973d64.zip |
Move remaining code from subprocess.{h,c} to more appropriate places.
This patch moves the remaining code from subprocess.{h,c} to more
appropriate places in the process.c and process_win32.c module.
We also delete the now empty subprocess module files.
See: https://bugs.torproject.org/28179
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/config/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index 90eae50fdd..e33c6b26e8 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -142,7 +142,7 @@ #include "lib/process/pidfile.h" #include "lib/process/restrict.h" #include "lib/process/setuid.h" -#include "lib/process/subprocess.h" +#include "lib/process/process.h" #include "lib/net/gethostname.h" #include "lib/thread/numcpus.h" |