diff options
author | Michael Vogt <mvo@debian.org> | 2013-11-28 17:08:53 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-11-28 17:08:53 +0100 |
commit | 96ae6de5d3d5ae31100079c78fffc5ebc4a0b81c (patch) | |
tree | 3489aeb303d72f28b6cd96872dc1653ed74b68be /apt-pkg/contrib/fileutl.h | |
parent | e4e5d47b0e66ae7bedafbdbb685114c404381204 (diff) |
fix regression that APT::Keep-Fds is not honored (closes: #730490)
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r-- | apt-pkg/contrib/fileutl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index 63a999c30..e9a9aab28 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -184,6 +184,7 @@ void SetNonBlock(int Fd,bool Block); bool WaitFd(int Fd,bool write = false,unsigned long timeout = 0); pid_t ExecFork(); pid_t ExecFork(std::set<int> keep_fds); +void MergeKeepFdsFromConfiguration(std::set<int> &keep_fds); bool ExecWait(pid_t Pid,const char *Name,bool Reap = false); // File string manipulators |