diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-12-12 17:20:58 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-12-12 17:23:44 +0900 |
commit | 4d2ad8d737c55c3efd4c75131687dd1c8db7441b (patch) | |
tree | 3ed16b45740191e69b2f0fb84c53524c4ca4e5ea /missing | |
parent | 0df67a469561fab80b78478b99703ed893c4db07 (diff) |
Removed obsolete autoconf checks
Use regular `AC_CHECK_MEMBERS` instead of:
* `AC_STRUCT_ST_BLKSIZE`
* `AC_STRUCT_ST_BLOCKS`
* `AC_STRUCT_ST_RDEV`
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3890
Diffstat (limited to 'missing')
-rw-r--r-- | missing/fileblocks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/missing/fileblocks.c b/missing/fileblocks.c deleted file mode 100644 index ccb8d667b4..0000000000 --- a/missing/fileblocks.c +++ /dev/null @@ -1 +0,0 @@ -/* dummy for autoconf */ |