Procházet zdrojové kódy

update perpackagestate comment to note dpkg and dselect use conflicting versions of it

Wichert Akkerman před 25 roky
rodič
revize
c38e2efc2f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      include/dpkg-db.h

+ 1 - 1
include/dpkg-db.h

@@ -104,7 +104,7 @@ struct pkginfoperfile { /* pif */
   struct arbitraryfield *arbs;
 };
 
-struct perpackagestate; /* used by dselect only, but we keep a pointer here */
+struct perpackagestate; /* dselect and dpkg have different versions of this */
 
 struct pkginfo { /* pig */
   struct pkginfo *next;