1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-10 14:12:58 +00:00

ext2-* options are renamed to fs-*

This commit is contained in:
Gerhard Rieger 2020-12-28 12:37:49 +01:00
parent f34e8a4dc1
commit beed38655f
15 changed files with 346 additions and 223 deletions

View file

@ -167,7 +167,7 @@
#include <regex.h>
#endif
#if HAVE_LINUX_FS_H
#include <linux/fs.h> /* somewhere required for ext2_fs.h */
#include <linux/fs.h> /* Linux filesystem definitions */
#endif
#if HAVE_LINUX_EXT2_FS_H
#include <linux/ext2_fs.h> /* Linux ext2 filesystem definitions */