.
OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=87
This commit is contained in:
parent
31f7649bc9
commit
d1814afe83
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#if defined(WITH_MOUNTINFO_LIST)
|
#if defined(WITH_MOUNTINFO_LIST)
|
||||||
- if ((opts & OPT_ALWAYSSTAT) == 0)
|
- if ((opts & OPT_ALWAYSSTAT) == 0)
|
||||||
+ if ((opts & (OPT_MOUNT|OPT_ALWAYSSTAT)) == OPT_MOUNT)
|
+ if ((opts & (OPT_MOUNTS|OPT_ALWAYSSTAT)) == OPT_MOUNTS)
|
||||||
thestat = mntstat;
|
thestat = mntstat;
|
||||||
#endif
|
#endif
|
||||||
/* an option */
|
/* an option */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user