Просмотр исходного кода

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

Wichert Akkerman лет назад: 25
Родитель
Сommit
c38e2efc2f
1 измененных файлов с 1 добавлено и 1 удалено
  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;