pkg: mark bit fields in pkg_t unsigned
authorJo-Philipp Wich <jo@mein.io>
Tue, 28 Feb 2017 22:53:41 +0000 (23:53 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 28 Feb 2017 23:16:28 +0000 (00:16 +0100)
commit1fdc2cac54c34caf9c196799cf63add009523c9a
tree4da360f63439d2ea85725408ea35de488cacbac1
parent15fc1ee4115e465fc2e5c839d1e290e7dde70533
pkg: mark bit fields in pkg_t unsigned

Qualify the bit field type as unsigned int to ensure that set flags are
interpreted as "1" and not "-1".

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
libopkg/pkg.h