X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/5200ec6faf420bdce4df54242c689b68bdf5d464..54debba5d21783160e78706f6c21b274ca4b805b:/ftparchive/writer.cc diff --git a/ftparchive/writer.cc b/ftparchive/writer.cc index e1fd33ad3..35a23a3d7 100644 --- a/ftparchive/writer.cc +++ b/ftparchive/writer.cc @@ -754,7 +754,7 @@ bool ContentsWriter::ReadFromPkgs(string PkgFile,string PkgCompress) // Open the package file int CompFd = -1; - int Proc = -1; + pid_t Proc = -1; if (Pkgs.OpenOld(CompFd,Proc) == false) return false;