You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/fdupes/files/fdupes-1.40-memcpy.patch

21 lines
404 B

=== modified file 'md5/md5.c'
--- md5/md5.c 2008-05-12 21:06:07 +0000
+++ md5/md5.c 2008-05-12 21:06:23 +0000
@@ -39,6 +39,7 @@
*/
#include "md5.h"
+#include <string.h>
#ifdef TEST
/*
@@ -46,7 +47,6 @@
* The test program should print out the same values as given in section
* A.5 of RFC 1321, reproduced below.
*/
-#include <string.h>
main()
{
static const char *const test[7] = {