From 7dd78d9e529d87caf67146dbac9a4fdd3e2d8aeb Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 1 Sep 2006 15:47:07 +0000 Subject: Back out imp's quick build fix for OpenBSM now that the prototypes and functions are in sync between the kernel and user space. This restores bsm_token.c as found in OpenBSM 1.0 alpha 9. --- contrib/openbsm/libbsm/bsm_token.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/openbsm/libbsm') 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; -- cgit v1.1