Skip to content
Snippets Groups Projects
Commit aa6824ab authored by rsc's avatar rsc
Browse files

remove unused variable

parent 07090dd7
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ sys_mknod(void)
struct inode *ip;
char *path;
int len;
int type, major, minor;
int major, minor;
if((len=argstr(0, &path)) < 0 ||
argint(1, &major) < 0 ||
......
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