aboutsummaryrefslogtreecommitdiff
path: root/contrib/openbsm/libbsm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-08-28 17:26:38 +0000
committerWarner Losh <imp@FreeBSD.org>2006-08-28 17:26:38 +0000
commitcd437e7ec6037cf52d979815c996e4f1c08b2202 (patch)
treef3c38279111a35cccc223bc9b99b99eb08e5eac0 /contrib/openbsm/libbsm
parentc67e0cc9e712b8a7029163cdccffd6d16d8bcbba (diff)
parent58178f669383e64b1ef806f6c38246c05e584df4 (diff)
downloadsrc-cd437e7ec6037cf52d979815c996e4f1c08b2202.tar.gz
src-cd437e7ec6037cf52d979815c996e4f1c08b2202.zip
This commit was generated by cvs2svn to compensate for changes in r161701,
which included commits to RCS files with non-trunk default branches.
Notes
Notes: svn path=/head/; revision=161702
Diffstat (limited to 'contrib/openbsm/libbsm')
-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 f90cbc9f19ac..31985f3b01ec 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(char **argv)
+au_to_exec_args(const char **argv)
{
token_t *t;
u_char *dptr = NULL;
@@ -1096,7 +1096,7 @@ au_to_exec_args(char **argv)
* text count null-terminated strings
*/
token_t *
-au_to_exec_env(char **envp)
+au_to_exec_env(const char **envp)
{
token_t *t;
u_char *dptr = NULL;