diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:27 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:27 +0000 |
commit | c46824ce2ac7b52b644078f997ecc1ea6303b50c (patch) | |
tree | ddc72b95f0e1cd39383d2b006f41c69ec6467c43 /apt-pkg/acquire-worker.h | |
parent | 91cb4c6b436bfddd4c4fd655e4cd4dce9073d5c4 (diff) |
Hide hit for local uris
Author: jgg
Date: 1999-01-20 05:11:25 GMT
Hide hit for local uris
Diffstat (limited to 'apt-pkg/acquire-worker.h')
-rw-r--r-- | apt-pkg/acquire-worker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/acquire-worker.h b/apt-pkg/acquire-worker.h index 29bdcc299..aa59774d2 100644 --- a/apt-pkg/acquire-worker.h +++ b/apt-pkg/acquire-worker.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-worker.h,v 1.8 1998/12/04 21:16:48 jgg Exp $ +// $Id: acquire-worker.h,v 1.9 1999/01/20 05:11:25 jgg Exp $ /* ###################################################################### Acquire Worker - Worker process manager @@ -36,7 +36,7 @@ class pkgAcquire::Worker pkgAcquireStatus *Log; MethodConfig *Config; string Access; - + // This is the subprocess IPC setup pid_t Process; int InFd; |