Mop up leftovers from past times
This commit is contained in:
parent
69bfa74c7f
commit
714c22f248
|
@ -29,9 +29,6 @@
|
||||||
|
|
||||||
#define S_ISDEV(m) (S_ISBLK((m)) || S_ISCHR((m)))
|
#define S_ISDEV(m) (S_ISBLK((m)) || S_ISCHR((m)))
|
||||||
|
|
||||||
extern int _rpmds_unspecified_epoch_noise;
|
|
||||||
extern int _cacheDependsRC;
|
|
||||||
|
|
||||||
/* If cap_compare() (Linux extension) not available, do it the hard way */
|
/* If cap_compare() (Linux extension) not available, do it the hard way */
|
||||||
#if WITH_CAP && !defined(HAVE_CAP_COMPARE)
|
#if WITH_CAP && !defined(HAVE_CAP_COMPARE)
|
||||||
static int cap_compare(cap_t acap, cap_t bcap)
|
static int cap_compare(cap_t acap, cap_t bcap)
|
||||||
|
|
Loading…
Reference in New Issue