diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-01-13 14:51:28 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-01-13 14:51:28 +0100 |
commit | be4eec613e34a43f34eb9a9b227b69a58fe66ec8 (patch) | |
tree | ffc2b4d427c95558bbfe8e0202724004751c5ad0 /apt-pkg/contrib/fileutl.h | |
parent | f45fd56b58a71f2827eb8b4f96333782d84b7b63 (diff) | |
parent | 72f6c6f8d9b1a92c7795ffcfbdc3b8858eb79a70 (diff) |
merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes back
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r-- | apt-pkg/contrib/fileutl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index 3cbf67fbb..2807c29d9 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -83,7 +83,7 @@ bool CopyFile(FileFd &From,FileFd &To); int GetLock(string File,bool Errors = true); bool FileExists(string File); std::vector<string> GetListOfFilesInDir(string const &Dir, string const &Ext, - bool const &SortList); + bool const &SortList); string SafeGetCWD(); void SetCloseExec(int Fd,bool Close); void SetNonBlock(int Fd,bool Block); |