summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-01 15:47:07 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-01 15:47:07 +0000
commitd7c02001bccf5a7d4e1b5398260b4a7bd29e14e6 (patch)
treed81c2c233a764d25e7d2ce9ebf6b4c53f0779ef5 /contrib/openbsm
parent5c107d0b0f16ceb34133bd147f76cf9b5ff2aee7 (diff)
parent7dd78d9e529d87caf67146dbac9a4fdd3e2d8aeb (diff)
downloadFreeBSD-src-d7c02001bccf5a7d4e1b5398260b4a7bd29e14e6.zip
FreeBSD-src-d7c02001bccf5a7d4e1b5398260b4a7bd29e14e6.tar.gz
This commit was generated by cvs2svn to compensate for changes in r161818,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/openbsm')
-rw-r--r--contrib/openbsm/libbsm/bsm_token.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openbsm/libbsm/bsm_token.c b/contrib/openbsm/libbsm/bsm_token.c
index 31985f3..f90cbc9 100644
--- a/contrib/openbsm/libbsm/bsm_token.c
+++ b/contrib/openbsm/libbsm/bsm_token.c
@@ -1055,7 +1055,7 @@ au_to_me(void)
* text count null-terminated strings
*/
token_t *
-au_to_exec_args(const char **argv)
+au_to_exec_args(char **argv)
{
token_t *t;
u_char *dptr = NULL;
@@ -1096,7 +1096,7 @@ au_to_exec_args(const char **argv)
* text count null-terminated strings
*/
token_t *
-au_to_exec_env(const char **envp)
+au_to_exec_env(char **envp)
{
token_t *t;
u_char *dptr = NULL;
OpenPOWER on IntegriCloud