Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
bed79408
Commit
bed79408
authored
Mar 26, 2014
by
Sarah Spall
Committed by
Vikram Narayanan
Oct 25, 2016
Browse files
changed to use 64 bit syscall 314, to use just change Makefile
parent
0028d338
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/x86/lcd/tools/insmod4lcd2.c
View file @
bed79408
...
...
@@ -163,8 +163,8 @@ int main(int argc, char *argv[])
filename
,
strerror
(
errno
));
exit
(
1
);
}
printf
(
"gets to call"
);
ret
=
syscall
(
3
5
1
,
file
,
len
,
options
);
//
printf("gets to call");
ret
=
syscall
(
31
4
,
file
,
len
,
options
);
if
(
ret
!=
0
)
{
fprintf
(
stderr
,
"insmod: error inserting '%s': %li %s
\n
"
,
filename
,
ret
,
moderror
(
errno
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment