Welcome to the CHICKEN Scheme pasting service
posix-extras for the great zbigniew added by C-Keen on Sun May 26 12:02:50 2013
diff -r c575be286502 posix-extras.scm --- a/posix-extras.scm Tue Feb 19 15:52:04 2013 -0600 +++ b/posix-extras.scm Sun May 26 12:02:07 2013 +0200 @@ -97,7 +97,8 @@ return 0; } -#if defined (C_XXXBSD) +#if defined (C_XXXBSD) && !defined(__OpenBSD__) +/* OpenBSD is the last of the BSDs that does not come with lchmod/lchown */ /* lchmod probably not available on OS X < 10.4. Could simulate like */ /* http://www.mail-archive.com/rsync@lists.samba.org/msg19681.html */ /* and if so look into "#pragma weak lchmod". */