Sfoglia il codice sorgente

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

Wichert Akkerman 25 anni fa
parent
commit
c38e2efc2f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;