]> git.saurik.com Git - apt.git/blobdiff - apt-inst/deb/dpkgdb.cc
* merged changes from the conference
[apt.git] / apt-inst / deb / dpkgdb.cc
index d06ff6353fc150fb7e755f9562ed390e74571912..7da5a26aaabdbb7ec5f9c7abfa604ff2e24e6910 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: dpkgdb.cc,v 1.8 2004/01/07 20:39:37 mdz Exp $
+// $Id: dpkgdb.cc,v 1.7.2.1 2004/01/16 18:58:50 mdz Exp $
 /* ######################################################################
 
    DPKGv1 Database Implemenation
@@ -61,7 +61,7 @@ static bool EraseDir(const char *Dir)
       return _error->Errno("rmdir",_("Failed to remove %s"),Dir);
    
    // Purge it using rm
-   int Pid = ExecFork();
+   pid_t Pid = ExecFork();
 
    // Spawn the subprocess
    if (Pid == 0)