All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH] tools/fibmap: fix build error
@ 2019-10-07 16:33 Jaegeuk Kim
  2019-10-15  7:04 ` Chao Yu
  0 siblings, 1 reply; 2+ messages in thread
From: Jaegeuk Kim @ 2019-10-07 16:33 UTC (permalink / raw)
  To: linux-f2fs-devel; +Cc: Jaegeuk Kim

fibmap.c:28:10: fatal error: 'sys/sysmacros.h' file not found
         ^~~~~~~~~~~~~~~~~
1 error generated.
make[3]: *** [fibmap.o] Error 1
make[3]: *** Waiting for unfinished jobs....

Fixes: ce64ea0815bf ("f2fs-tools: Add support for Casefolding")
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 tools/fibmap.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/fibmap.c b/tools/fibmap.c
index 2b3c40f..9e96cb6 100644
--- a/tools/fibmap.c
+++ b/tools/fibmap.c
@@ -25,7 +25,6 @@
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/stat.h>
-#include <sys/sysmacros.h>
 #ifdef HAVE_SYS_SYSMACROS_H
 #include <sys/sysmacros.h>
 #endif
-- 
2.19.0.605.g01d371f741-goog



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [f2fs-dev] [PATCH] tools/fibmap: fix build error
  2019-10-07 16:33 [f2fs-dev] [PATCH] tools/fibmap: fix build error Jaegeuk Kim
@ 2019-10-15  7:04 ` Chao Yu
  0 siblings, 0 replies; 2+ messages in thread
From: Chao Yu @ 2019-10-15  7:04 UTC (permalink / raw)
  To: Jaegeuk Kim, linux-f2fs-devel

On 2019/10/8 0:33, Jaegeuk Kim wrote:
> fibmap.c:28:10: fatal error: 'sys/sysmacros.h' file not found
>          ^~~~~~~~~~~~~~~~~
> 1 error generated.
> make[3]: *** [fibmap.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> 
> Fixes: ce64ea0815bf ("f2fs-tools: Add support for Casefolding")
> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

Thanks,


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-15  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07 16:33 [f2fs-dev] [PATCH] tools/fibmap: fix build error Jaegeuk Kim
2019-10-15  7:04 ` Chao Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.