diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:53 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:53 +0000 |
commit | 1084d58ae9a56d7d4c8a274112128f56302a3edc (patch) | |
tree | 6cc50b6b025f3dab1392e1fbfcdf1acf3b47f69f /apt-pkg/contrib/fileutl.h | |
parent | fc9d4b7b18e1c3c9fbcdf6766d21180c0db88b24 (diff) |
Fixed WaitFD
Author: jgg
Date: 1999-02-16 04:18:35 GMT
Fixed WaitFD
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 faec10c2d..7bb3fc446 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.13 1999/02/12 20:47:41 doogie Exp $ +// $Id: fileutl.h,v 1.14 1999/02/16 04:18:35 jgg Exp $ /* ###################################################################### File Utilities @@ -66,7 +66,7 @@ bool FileExists(string File); string SafeGetCWD(); void SetCloseExec(int Fd,bool Close); void SetNonBlock(int Fd,bool Block); -bool WaitFd(int Fd, bool write = false, long timeout = 0); +bool WaitFd(int Fd,bool write = false,unsigned long timeout = 0); // File string manipulators string flNotDir(string File); |