Implicit declared function...

This commit is contained in:
Parnell Springmeyer 2017-01-26 00:35:01 -08:00
parent a20e65724b
commit e8bec4c75f
No known key found for this signature in database
GPG key ID: DCCF89258EAD874A

View file

@ -211,7 +211,8 @@ int main(int argc, char * * argv)
// Read the capabilities set on the file and raise them in to the
// Ambient set so the program we're wrapping receives the
// capabilities too!
if (strcmp(wrapperType, "setcap") == 0) assert(!make_caps_ambient(selfPath));
if (strcmp(wrapperType, "setcap") == 0)
assert(!make_caps_ambient(selfPath));
execve(sourceProg, argv, environ);