linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] um: Fix gcc 7 sys/sysmacros.h warning
@ 2017-07-06 20:47 Thomas Meyer
  2017-07-07  9:13 ` Richard Weinberger
  2017-07-07 21:02 ` [uml-devel] [PATCH] um: v2: " Thomas Meyer
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Meyer @ 2017-07-06 20:47 UTC (permalink / raw)
  To: user-mode-linux-devel

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
---
 arch/um/os-Linux/file.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/um/os-Linux/file.c b/arch/um/os-Linux/file.c
index 2db18cbbb0ea..d1901de8ce9f 100644
--- a/arch/um/os-Linux/file.c
+++ b/arch/um/os-Linux/file.c
@@ -14,6 +14,7 @@
 #include <sys/stat.h>
 #include <sys/un.h>
 #include <sys/types.h>
+#include <sys/sysmacros.h>
 #include <os.h>
 
 static void copy_stat(struct uml_stat *dst, const struct stat64 *src)
-- 
2.13.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


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

end of thread, other threads:[~2017-07-07 21:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06 20:47 [uml-devel] [PATCH] um: Fix gcc 7 sys/sysmacros.h warning Thomas Meyer
2017-07-07  9:13 ` Richard Weinberger
2017-07-07 10:01   ` Thomas Meyer
2017-07-07 10:12     ` Richard Weinberger
2017-07-07 21:02 ` [uml-devel] [PATCH] um: v2: " Thomas Meyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox