OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-249-g6908f7d
Gerrit Code Review
gerrit@openafs.org
Sun, 18 Dec 2011 18:57:55 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 6908f7d93a6d8d24ad574054eb8f2aa722894e3c
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sun Dec 18 15:20:42 2011 -0600
aklog: Add replacement setenv/unsetenv
aklog makes use of the setenv and unsetenv functions, which do not
exist (at least) on HP-UX earlier than around 11i v3, and do not exist
on Solaris earlier than Solaris 10. Add replacement functions for
setenv and unsetenv when they are not present. Note that these
implementations are copied from libroken, and setenv was modified to
not use asprintf.
This is 1.6-specific. On the master branch, libroken takes care of
these for us. On the master branch, setenv and unsetenv from libroken
were added in 70e8451acd0426024c152073e53bc6606e0189e1.
Change-Id: I35546f1add7f4f87c6ffc484059057825887499f
Reviewed-on: http://gerrit.openafs.org/6376
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
acinclude.m4 | 1 +
src/aklog/Makefile.in | 4 +-
src/aklog/aklog_roken.c | 116 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 119 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository