diff options
author | des <des@FreeBSD.org> | 2003-05-02 15:08:06 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-05-02 15:08:06 +0000 |
commit | 69e4c91a9aeb151a806e8ba3c53ab38f37f5e8dc (patch) | |
tree | b955e81987ebbd36890b09fa581ab99357d954bc /contrib/openpam/lib/pam_getenv.c | |
parent | 5a81fa192a3c014aa2d5841433693479b4641619 (diff) | |
parent | 1b2b5956a02e1d56168e372dc96807d70b3ca363 (diff) | |
download | FreeBSD-src-69e4c91a9aeb151a806e8ba3c53ab38f37f5e8dc.zip FreeBSD-src-69e4c91a9aeb151a806e8ba3c53ab38f37f5e8dc.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r114536,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/openpam/lib/pam_getenv.c')
-rw-r--r-- | contrib/openpam/lib/pam_getenv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/lib/pam_getenv.c b/contrib/openpam/lib/pam_getenv.c index 58ad283..098e1ef 100644 --- a/contrib/openpam/lib/pam_getenv.c +++ b/contrib/openpam/lib/pam_getenv.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/pam_getenv.c#12 $ + * $P4: //depot/projects/openpam/lib/pam_getenv.c#13 $ */ #include <stdlib.h> @@ -48,7 +48,7 @@ * Retrieve the value of a PAM environment variable */ -char * +const char * pam_getenv(pam_handle_t *pamh, const char *name) { |