Explorar el Código

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

Wichert Akkerman hace 25 años
padre
commit
c38e2efc2f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;