diff options
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r-- | apt-pkg/contrib/fileutl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index a99d5fee6..c468c95d3 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: fileutl.h,v 1.5 1998/08/26 04:52:27 jgg Exp $ +// $Id: fileutl.h,v 1.6 1998/10/02 04:39:52 jgg Exp $ /* ###################################################################### File Utilities @@ -38,7 +38,7 @@ class FileFd string FileName; public: - enum OpenMode {ReadOnly,WriteEmpty,WriteExists,LockEmpty}; + enum OpenMode {ReadOnly,WriteEmpty,WriteExists,WriteAny,LockEmpty}; bool Read(void *To,unsigned long Size); bool Write(void *From,unsigned long Size); |