mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove bogus cast from exec_sysvec_init().
(cherry picked from commit b39fa4770d)
This commit is contained in:
parent
0ceca7923f
commit
25904983e8
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ exec_sysvec_init(void *param)
|
|||
#endif
|
||||
u_int flags;
|
||||
|
||||
sv = (struct sysentvec *)param;
|
||||
sv = param;
|
||||
flags = sv->sv_flags;
|
||||
if ((flags & SV_SHP) == 0)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue