diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-01 13:31:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-01 13:31:20 +0000 |
commit | 879717eafad673342b3af357eef337a0a363e0c7 (patch) | |
tree | b748b08175c9fdda6e1f817616356566daf75cc9 /m4 | |
parent | f00cefa62ba194c5f234ec88dda3084788216bb2 (diff) | |
download | coreutils-879717eafad673342b3af357eef337a0a363e0c7.tar.xz |
(jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ls-mntd-fs.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ls-mntd-fs.m4 b/m4/ls-mntd-fs.m4 index 3138dfc87..4962d6923 100644 --- a/m4/ls-mntd-fs.m4 +++ b/m4/ls-mntd-fs.m4 @@ -1,4 +1,4 @@ -#serial 4 +#serial 5 dnl From Jim Meyering. dnl @@ -213,7 +213,7 @@ if test -z "$ac_list_mounted_fs"; then AC_MSG_RESULT($fu_result) if test $fu_result = yes; then ac_list_mounted_fs=found - AC_DEFINE(MOUNTED_NEXT_DEV, 1, + AC_DEFINE(MOUNTED_FS_STAT_DEV, 1, [Define if there are functions named next_dev and fs_stat_dev for reading the list of mounted filesystems. (BeOS)]) fi |