Used (emacs) M-x untabify for whole faketime.c as the prevailing
style in that file used spaces for indentation.
Used M-x delete-trailing-whitespace to all files that had either
trailing whitespace or empty lines at the end of file to remove
those.
- Changed interception of internal syscalls on OSX
and malloc arena treatment
- Adapted the faketime wrapper shell script to set
the appropriate environment variables on OSX and
use gdate instead of date
- Added README.OSX to explain the OSX-specific
aspects of compiling and using libfaketime