strip_binaries.patch Strip the old binary. malloc_threads.patch Some compiler versions have problem with declaring a variable just before using it, so this patch converts threads to a pointer and create it using malloc(). install_old_header.patch Make the library Makefile install old.h acquire_on_wakeup.patch Unbelievable but true: the server never really locked the object when acquiring it due to being in a waitqueue, so two users could be told simultaneously that they acquired it. malloc_check.patch In the library, do some malloc() checks that were missing, fix a strange but possible memory leak and also a segmentation fault. extern_C.patch Allow the library header to be used properly in C++ programs by surrounding it with extern "C". doc-old_connect_return.patch Document old_connect()'s return value. lib-remove_perror.patch Remove perror() calls from libold.c version-0.14.patch Version 0.14