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