From: Christoph Hellwig Date: Thu, 15 Feb 2024 06:53:59 +0000 (+0100) Subject: include: remove the filldir_t typedef X-Git-Tag: v6.7.0~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1820254223a142796920c9a073e18922461edef;p=thirdparty%2Fxfsprogs-dev.git include: remove the filldir_t typedef Neither struct filldir, nor filldir_t is used anywhere in xfsprogs. Signed-off-by: Christoph Hellwig Reviewed-by: "Darrick J. Wong" Signed-off-by: Carlos Maiolino --- diff --git a/include/platform_defs.h.in b/include/platform_defs.h.in index 64e7efdb..02b0e08b 100644 --- a/include/platform_defs.h.in +++ b/include/platform_defs.h.in @@ -25,8 +25,6 @@ #include #include -typedef struct filldir filldir_t; - /* long and pointer must be either 32 bit or 64 bit */ #undef SIZEOF_LONG #undef SIZEOF_CHAR_P