diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-09-21 12:37:37 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-21 12:37:37 +0200 |
commit | 830ea2b69faa81a8b0485a28fc329fd93d67ad46 (patch) | |
tree | e892119e70a65600db800b93e9014f75a2870b0a /kscd/libwm/include | |
parent | 11485aa4a296406f2d6a96d7f30d09d416d91f03 (diff) | |
download | tdemultimedia-830ea2b69faa81a8b0485a28fc329fd93d67ad46.tar.gz tdemultimedia-830ea2b69faa81a8b0485a28fc329fd93d67ad46.zip |
Replace deprecated ustat using fstatfs
This resolves FTBFS with glibc 2.28
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kscd/libwm/include')
-rw-r--r-- | kscd/libwm/include/wm_config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kscd/libwm/include/wm_config.h b/kscd/libwm/include/wm_config.h index a8c574e6..caf7d17e 100644 --- a/kscd/libwm/include/wm_config.h +++ b/kscd/libwm/include/wm_config.h @@ -263,10 +263,9 @@ /* * There are two alternative ways of checking a device containing a * mounted filesystem. Define BSD_MOUNTTEST for the test using - * getmntent(). Undefine it for using the SVR4 ustat(). + * getmntent(). Undefine it for using the fstatfs(). * I built in the choice, because it's not clear which method should - * be used in Linux. The ustat manpage tells us since 1995, that - * fstat() should be used, but I'm too dumb to do so. + * be used in Linux. */ #define BSD_MOUNTTEST |