This commit is contained in:
parent
a91f2b0265
commit
75cf89a2bf
22
freedup-1.4-4.patch
Normal file
22
freedup-1.4-4.patch
Normal file
@ -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);
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user