]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/install-progress.h
install-progress: Call the real ::fork() in our fork() method
[apt.git] / apt-pkg / install-progress.h
index 23ddbbec63f66fa19f805a88d5c30077e43c1b67..b5c13367637823c3ff866b5acac58add5fc8a8d4 100644 (file)
@@ -38,7 +38,7 @@ namespace Progress {
     */
     virtual void StartDpkg() {};
 
-    virtual pid_t fork() {return fork(); };
+    virtual pid_t fork() {return ::fork(); };
 
     virtual void Pulse() {};
     virtual long GetPulseInterval() {