6db4bdcb5a
Set of utilities for managing UEFI Secure Boot signatures. Sponsored by: The FreeBSD Foundation
12 lines
319 B
C
12 lines
319 B
C
--- src/sbkeysync.c.orig 2014-11-30 19:18:11.000000000 +0100
|
|
+++ src/sbkeysync.c 2014-11-30 19:18:32.000000000 +0100
|
|
@@ -38,7 +38,8 @@
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|
|
#include <sys/stat.h>
|
|
-#include <sys/statfs.h>
|
|
+#include <sys/param.h>
|
|
+#include <sys/mount.h>
|
|
#include <sys/types.h>
|
|
|
|
#include <getopt.h>
|