freebsd-ports/sysutils/dd_rescue/files/patch-frandom.c
MANTANI Nobutaka 32c8a26e27 - Update to 1.99.8.
- Regenerate patches with make makepatch.
2018-07-15 16:45:41 +00: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