From: Wichert Akkerman Date: Sun, 22 Apr 2001 16:00:41 +0000 (+0000) Subject: update perpackagestate comment to note dpkg and dselect use conflicting versions... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c38e2efc2fc336a3a2f6b93b5638f3a7aed4068b;p=dpkg update perpackagestate comment to note dpkg and dselect use conflicting versions of it --- diff --git a/include/dpkg-db.h b/include/dpkg-db.h index 1e7fa2b0..5a84e3c9 100644 --- a/include/dpkg-db.h +++ b/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;