diff options
author | Max Khon <fjoe@FreeBSD.org> | 2016-10-04 20:00:27 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2016-10-04 20:00:27 +0000 |
commit | 53302898b760d13e10c8df3a7b04676fbf9e01ef (patch) | |
tree | 3892dddc90778efccf49aa24977330b3f294f32c /misc/dahdi/files/patch-tools-dahdi_monitor.c | |
parent | devel/fb-adb: update 64bit NDK (diff) |
- Fix dahdi_monitor argument parsing
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=423298
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 '?': |