Skip to content
Snippets Groups Projects
Commit 53987e31 authored by Bob's avatar Bob
Browse files

Merge pull request #214 from zlim/mnexec-fix

mnexec: getopt bugfix
parents f5985854 cae7be1a
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ int cgroup(char *gname)
int main(int argc, char *argv[])
{
char c;
int c;
int fd;
char path[PATH_MAX];
int nsid;
......
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