V10/ipc/internet/mknod.c

Compare this file to the similar file:
Show the results in this format:

#include  "stdio.h"

main(argc, argv)
char **argv;
{
     mkdir(argv[1], atoi(argv[2]));
}