The following commit has been merged in the master branch:
commit e03b026c4d74912152be71885f09ef50ff8c32db
Author: Benjamin Kaduk <[email protected]>
Date: Thu Jan 9 23:34:30 2014 -0500
Remove some explicit sbrk() usage
Mac OS X 10.9 now considers this function deprecated and warns on
its use, causing the buildslave configuration to error out.
Use the library routine to get a process's size instead of inlining
the call to sbrk (which is unlikely to have worked as intended for
quite some time -- most malloc implementations in use do not use
sbrk to get their storage).
Change-Id: If616e1ebbea7c0aa541fb96c486820e883363df1
Reviewed-on: http://gerrit.openafs.org/10696
Reviewed-by: Derrick Brashear <[email protected]>
Tested-by: BuildBot <[email protected]>
src/viced/afsfileprocs.c | 14 +++-----------
src/viced/viced.c | 7 ++-----
2 files changed, 5 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs