head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.05.10.07.52.13; author vins; state Exp; branches; next ; commitid QwtTJSH96MrEZeFG; desc @@ 1.1 log @sysutils/e2fsprogs: update to 1.47.4 Changelog too long. Refer to https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.4 @ text @$NetBSD$ Fix implicit declaration of ioctl on *BSD. --- lib/ext2fs/getsectsize.c.orig 2026-05-10 07:22:00.580778643 +0000 +++ lib/ext2fs/getsectsize.c @@@@ -29,8 +29,10 @@@@ #ifdef HAVE_SYS_DISK_H #include #endif -#ifdef HAVE_LINUX_FD_H +#ifdef HAVE_SYS_IOCTL_H #include +#endif +#ifdef HAVE_LINUX_FD_H #include #endif @