diff options
Diffstat (limited to 'coreutils/mknod.c')
-rw-r--r-- | coreutils/mknod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mknod.c b/coreutils/mknod.c index 55f531033..0c694948e 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c @@ -24,7 +24,7 @@ int mknod_main(int argc, char **argv) dev_t dev; const char *name; - mode = getopt_mk_fifo_nod(argc, argv); + mode = getopt_mk_fifo_nod(argv); argv += optind; argc -= optind; |