diff options
Diffstat (limited to 'misc/dahdi/files/patch-tools-dahdi_monitor.c')
-rw-r--r-- | misc/dahdi/files/patch-tools-dahdi_monitor.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/dahdi/files/patch-tools-dahdi_monitor.c b/misc/dahdi/files/patch-tools-dahdi_monitor.c new file mode 100644 index 000000000000..86e70b0e40d8 --- /dev/null +++ b/misc/dahdi/files/patch-tools-dahdi_monitor.c @@ -0,0 +1,10 @@ +--- tools/dahdi_monitor.c.orig 2016-10-04 19:57:19.085982000 +0000 ++++ tools/dahdi_monitor.c 2016-10-04 19:57:34.349843000 +0000 +@@ -368,6 +368,7 @@ + + chan = atoi(argv[1]); + ++ optind = 2; + while ((opt = getopt(argc, argv, "vmol:f:r:t:s:F:R:T:S:")) != -1) { + switch (opt) { + case '?': |