]> git.saurik.com Git - apt.git/blobdiff - apt-inst/dirstream.cc
apt: Add autoremove and auto-remove commands
[apt.git] / apt-inst / dirstream.cc
index 085a0dcbf9a1489cf063227faee8a4eba855cc52..888020bfb983d671ba67f392f0a4681370ae9892 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <fcntl.h>
 #include <sys/stat.h>
-#include <sys/types.h>
 #include <sys/time.h>
 #include <errno.h>
 #include <unistd.h>
@@ -77,7 +76,6 @@ bool pkgDirStream::DoItem(Item &Itm,int &Fd)
         if(mkdir(Itm.Name,Itm.Mode) < 0)
            return false;
         return true;
-        break;
       }
       case Item::FIFO:
       break;