projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdc8ce4
)
(jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
author
Jim Meyering
<jim@meyering.net>
Sat, 1 Jul 2000 13:31:20 +0000
(13:31 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 1 Jul 2000 13:31:20 +0000
(13:31 +0000)
macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
m4/ls-mntd-fs.m4
patch
|
blob
|
history
diff --git
a/m4/ls-mntd-fs.m4
b/m4/ls-mntd-fs.m4
index 3138dfc871d59d96290a1e8ee1f45c544f7e33c6..4962d6923ae4f1b4ab5aa1e9771c9ca56ea04fa5 100644
(file)
--- 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_
NEX
T_DEV, 1,
+ AC_DEFINE(MOUNTED_
FS_STA
T_DEV, 1,
[Define if there are functions named next_dev and fs_stat_dev for
reading the list of mounted filesystems. (BeOS)])
fi