OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-136-ga5bcd61
Gerrit Code Review
gerrit@openafs.org
Wed, 4 Aug 2010 05:24:24 -0700 (PDT)
The following commit has been merged in the master branch:
commit a5bcd61a16a3d6b0b458f4710c0d537cfee7743d
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Jul 29 14:47:03 2010 -0500
util: add afs_exec_alt
Add the function afs_exec_alt to help programs easily execute an
"alternate" version of themselves. For example, for programs that are
built with/without DAFS support, or are built for 32-bit/64-bit
structures, etc.
Change-Id: Ibb2b7105d58476f84bd9f15987f8b7df37314b6b
Reviewed-on: http://gerrit.openafs.org/2483
Tested-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/util/Makefile.in | 5 +-
src/util/afsutil_prototypes.h | 4 +
src/util/exec.c | 129 ++++++++++++++++++++++
tests/TESTS | 1 +
tests/util/Makefile.in | 6 +-
tests/util/exec-alt-t.c | 244 +++++++++++++++++++++++++++++++++++++++++
6 files changed, 387 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository