diff --git a/freedup-1.4-4.patch b/freedup-1.4-4.patch new file mode 100644 index 0000000..17db40b --- /dev/null +++ b/freedup-1.4-4.patch @@ -0,0 +1,22 @@ +--- Makefile.tests ++++ Makefile.tests +@@ -17,7 +17,7 @@ + # a long list of test routines follows + # The intention is to verify that at least some basic functions work well (hopefully) + # +-test: user_is_root test0 test1 test2 test3 test4 test5 test6 test7 test9 test10 test11 ++test: user_is_root test0 test1 test2 test3 test5 test7 test9 test10 test11 + alltest: user_is_root test0 test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 test11 + + user_is_root: +--- freedup.c ++++ freedup.c +@@ -295,7 +295,7 @@ + return; + } + +-inline int hashed(const char*s) ++int hashed(const char*s) + { + int returnval=atoi(s); +