OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-507-gf0f4770
Gerrit Code Review
gerrit@openafs.org
Wed, 1 Dec 2010 13:10:18 -0800 (PST)
The following commit has been merged in the master branch:
commit f0f4770ab2ec60b18091594608b3f6e2e0fba148
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed Dec 1 17:42:23 2010 +0000
Build and use roken's mkstemp
Add roken's mkstemp to the build on all platforms, either through
configure (Unix) or explicitly (Windows). Change all callers so
that mkstemp is used unconditionally, rather than falling back
to more risky alternatives.
This is based on original change from Russ Allbery submitted as
http://gerrit.openafs.org/2146
Change-Id: Ia1def41e438e6517b3e7cd5790df3c99eddb8ef6
Reviewed-on: http://gerrit.openafs.org/3398
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 1 +
src/bucoord/ubik_db_if.c | 7 -------
src/budb/db_text.c | 28 ----------------------------
src/butc/tcudbprocs.c | 4 ----
src/roken/Makefile.in | 3 +++
src/roken/NTMakefile | 1 +
src/roken/afsroken.def | 2 ++
src/roken/librokenafs.map | 1 +
8 files changed, 8 insertions(+), 39 deletions(-)
--
OpenAFS Master Repository