linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [fsverity-utils PATCH 1/2] Remove unneeded includes
@ 2020-12-16 17:27 luca.boccassi
  2020-12-16 17:27 ` [fsverity-utils PATCH 2/2] Allow to build and run sign/digest on Windows luca.boccassi
  2020-12-16 18:44 ` [fsverity-utils PATCH 1/2] Remove unneeded includes Eric Biggers
  0 siblings, 2 replies; 7+ messages in thread
From: luca.boccassi @ 2020-12-16 17:27 UTC (permalink / raw)
  To: linux-fscrypt; +Cc: ebiggers

From: Luca Boccassi <luca.boccassi@microsoft.com>

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
---
 common/fsverity_uapi.h | 1 -
 programs/cmd_enable.c  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/common/fsverity_uapi.h b/common/fsverity_uapi.h
index 33f4415..0006c35 100644
--- a/common/fsverity_uapi.h
+++ b/common/fsverity_uapi.h
@@ -10,7 +10,6 @@
 #ifndef _UAPI_LINUX_FSVERITY_H
 #define _UAPI_LINUX_FSVERITY_H
 
-#include <linux/ioctl.h>
 #include <linux/types.h>
 
 #define FS_VERITY_HASH_ALG_SHA256	1
diff --git a/programs/cmd_enable.c b/programs/cmd_enable.c
index fdf26c7..14c3c17 100644
--- a/programs/cmd_enable.c
+++ b/programs/cmd_enable.c
@@ -14,7 +14,6 @@
 #include <fcntl.h>
 #include <getopt.h>
 #include <limits.h>
-#include <sys/ioctl.h>
 
 static bool read_signature(const char *filename, u8 **sig_ret,
 			   u32 *sig_size_ret)
-- 
2.29.2


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

end of thread, other threads:[~2020-12-17 14:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 17:27 [fsverity-utils PATCH 1/2] Remove unneeded includes luca.boccassi
2020-12-16 17:27 ` [fsverity-utils PATCH 2/2] Allow to build and run sign/digest on Windows luca.boccassi
2020-12-16 19:08   ` Eric Biggers
2020-12-16 19:18     ` Eric Biggers
2020-12-17 14:54     ` Luca Boccassi
2020-12-16 18:44 ` [fsverity-utils PATCH 1/2] Remove unneeded includes Eric Biggers
2020-12-17 14:50   ` Luca Boccassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).