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
commit1b2b5956a02e1d56168e372dc96807d70b3ca363 (patch)
tree9381d916c61bc9101bbefef7b4c7f547e277a611 /contrib/openpam/lib/pam_getenv.c
parentf1f9c1228ba0058106dd6a76502b853f93ceba5d (diff)
downloadFreeBSD-src-1b2b5956a02e1d56168e372dc96807d70b3ca363.zip
FreeBSD-src-1b2b5956a02e1d56168e372dc96807d70b3ca363.tar.gz
Vendor import of OpenPAM Dianthus.
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