diff options
Diffstat (limited to 'sysutils/dd_rescue/files/patch-frandom.c')
-rw-r--r-- | sysutils/dd_rescue/files/patch-frandom.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/dd_rescue/files/patch-frandom.c b/sysutils/dd_rescue/files/patch-frandom.c new file mode 100644 index 000000000000..b03b6382253b --- /dev/null +++ b/sysutils/dd_rescue/files/patch-frandom.c @@ -0,0 +1,11 @@ +--- 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> + |