freebsd-ports/sysutils/sbsigntool/files/patch-src-sbkeysync.c
Edward Tomasz Napierala 6db4bdcb5a New port: sysutils/sbsigntool
Set of utilities for managing UEFI Secure Boot signatures.

Sponsored by:	The FreeBSD Foundation
2015-01-15 19:54:16 +00:00

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>