mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Update mes to 0.27.1
This commit is contained in:
parent
bdc83ee451
commit
865b9aeae1
26 changed files with 54 additions and 44 deletions
4
steps/mes-0.27.1/simple-patches/wait4.after
Normal file
4
steps/mes-0.27.1/simple-patches/wait4.after
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
long long_status_ptr = cast_voidp_to_long (status_ptr);
|
||||
long long_options = options;
|
||||
long long_rusage = cast_voidp_to_long (rusage);
|
||||
*long_status_ptr = 0;
|
||||
3
steps/mes-0.27.1/simple-patches/wait4.before
Normal file
3
steps/mes-0.27.1/simple-patches/wait4.before
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
long long_status_ptr = cast_voidp_to_long (status_ptr);
|
||||
long long_options = options;
|
||||
long long_rusage = cast_voidp_to_long (rusage);
|
||||
Loading…
Add table
Add a link
Reference in a new issue