1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/sysutils/dd_rescue/files/patch-frandom.c
MANTANI Nobutaka 4d93d9cc36 Update to 1.30.
2013-01-26 18:03:42 +00:00

12 lines
275 B
C

--- frandom.c.orig 2013-01-27 02:43:19.000000000 +0900
+++ frandom.c 2013-01-27 02:43:29.000000000 +0900
@@ -16,7 +16,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <asm/errno.h>
+#include <sys/errno.h>
#include <unistd.h>
#include <time.h>