Changes of Revision 11
[-] [+] | Changed | pcopy.spec |
[-] [+] | Added | pcopy-string.patch ^ |
@@ -0,0 +1,11 @@ +--- pcopy.c.orig 2008-12-18 23:53:39.000000000 +0100 ++++ pcopy.c 2008-12-18 23:55:15.000000000 +0100 +@@ -33,7 +33,7 @@ + # include <pthread.h> + #endif + +- ++#include <string.h> + #include <stdio.h> + #include <assert.h> + #include <errno.h> |