summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/lib/pam_getenv.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-05-02 15:08:06 +0000
committerdes <des@FreeBSD.org>2003-05-02 15:08:06 +0000
commit69e4c91a9aeb151a806e8ba3c53ab38f37f5e8dc (patch)
treeb955e81987ebbd36890b09fa581ab99357d954bc /contrib/openpam/lib/pam_getenv.c
parent5a81fa192a3c014aa2d5841433693479b4641619 (diff)
parent1b2b5956a02e1d56168e372dc96807d70b3ca363 (diff)
downloadFreeBSD-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.c4
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)
{
OpenPOWER on IntegriCloud