OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4112-ge03b026
Gerrit Code Review
gerrit@openafs.org
Sat, 18 Jan 2014 12:04:09 -0800 (PST)
The following commit has been merged in the master branch:
commit e03b026c4d74912152be71885f09ef50ff8c32db
Author: Benjamin Kaduk <kaduk@mit.edu>
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 <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/viced/afsfileprocs.c | 14 +++-----------
src/viced/viced.c | 7 ++-----
2 files changed, 5 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository