]> git.saurik.com Git - apt.git/blobdiff - methods/gzip.cc
Merge michael.vogt@ubuntu.com--2005/apt--fixes--0
[apt.git] / methods / gzip.cc
index 75a0389793512ba433d1fd88ff343c5ebbc4f9c7..809afc0fc0564bfcc76866e214e493fabf31757d 100644 (file)
@@ -57,7 +57,7 @@ bool GzipMethod::Fetch(FetchItem *Itm)
       return _error->Errno("pipe",_("Couldn't open pipe for %s"),Prog);
 
    // Fork gzip
-   int Process = ExecFork();
+   pid_t Process = ExecFork();
    if (Process == 0)
    {
       close(GzOut[0]);