summaryrefslogtreecommitdiffstats
path: root/kscd/libwm/include
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-09-21 12:37:37 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-21 12:39:15 +0200
commitc9b52332041c428013c496558800c419016e50f9 (patch)
tree86734ff776a95abebc6a2c93b1a9f9a81b9bd801 /kscd/libwm/include
parent77ff405a13d73c0ad7d1408c6c0b1d5a913939ee (diff)
downloadtdemultimedia-c9b52332041c428013c496558800c419016e50f9.tar.gz
tdemultimedia-c9b52332041c428013c496558800c419016e50f9.zip
Replace deprecated ustat using fstatfs
This resolves FTBFS with glibc 2.28 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 830ea2b69faa81a8b0485a28fc329fd93d67ad46)
Diffstat (limited to 'kscd/libwm/include')
-rw-r--r--kscd/libwm/include/wm_config.h5
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