Commit 065486c
committed
fix(rootfs): fix fast_page_fault_helper compilation
There was a compilation error in the file where getopt_long expects argc
and argv arguments of main() but these weren't declared. Maybe a rebase
gone bad(?)
Signed-off-by: Babis Chalios <[email protected]>1 parent 0eabede commit 065486c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
0 commit comments