opnsense-ports/sysutils/dd_rescue/files/patch-frandom.c
Franco Fichtner 0fc598e3ee */*: sync with upstream
Taken from: HardenedBSD
2018-07-15 18:42:59 +02:00

11 lines
230 B
C

--- frandom.c.orig 2016-12-28 21:17:50 UTC
+++ frandom.c
@@ -16,7 +16,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <asm/errno.h>
+#include <sys/errno.h>
#include <unistd.h>
#ifdef HAVE_CONFIG_H