mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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.
This commit is contained in:
parent
58178f6693
commit
85feadf62a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue