Skip to content
Snippets Groups Projects
Commit 88bd2d7f authored by Michael Neumann's avatar Michael Neumann
Browse files

DragonFly/FreeBSD: Make ss_sp *mut c_void as in the other implementations

This fixes compiling Rust.
parent e7ff66ba
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ s! {
}
pub struct stack_t {
pub ss_sp: *mut ::c_char,
pub ss_sp: *mut ::c_void,
pub ss_size: ::size_t,
pub ss_flags: ::c_int,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment