FreeBSD Bugzilla – Attachment 201623 Details for
Bug 235415
net-mgmt/arpwatch: missing -v flag in getopt()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to patch-arpwatch.c
patch-arpwatch.c.diff (text/plain), 386 bytes, created by
Art Manion
on 2019-02-02 03:08:02 UTC
(
hide
)
Description:
patch to patch-arpwatch.c
Filename:
MIME Type:
Creator:
Art Manion
Created:
2019-02-02 03:08:02 UTC
Size:
386 bytes
patch
obsolete
>--- patch-arpwatch.c.orig 2019-01-23 09:17:40.790996000 +0000 >+++ patch-arpwatch.c 2019-01-23 09:13:37.174808000 +0000 >@@ -14,7 +14,7 @@ > rfilename = NULL; > pd = NULL; > - while ((op = getopt(argc, argv, "df:i:n:Nr:")) != EOF) >-+ while ((op = getopt(argc, argv, "dzf:i:m:n:Nr:")) != EOF) >++ while ((op = getopt(argc, argv, "dvzf:i:m:n:Nr:")) != EOF) > switch (op) { > > case 'd':
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235415
: 201623 |
201958