FreeBSD Bugzilla – Attachment 258223 Details for
Bug 142912
nfsstat(1) -w should produce error message if fed a negative value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 312 bytes, created by
Mark Linimon
on 2025-03-03 00:21:36 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2025-03-03 00:21:36 UTC
Size:
312 bytes
patch
obsolete
>--- usr.bin/nfsstat/nfsstat.c 2010-01-17 18:34:34.000000000 +0200 >+++ usr.bin/nfsstat/nfsstat.orig.c 2010-01-17 18:32:38.000000000 +0200 >@@ -126,8 +126,6 @@ > break; > case 'w': > interval = atoi(optarg); >- if ((int)interval < 1) >- errx(1, "wait time < 1"); > break; > case 'c': > clientOnly = 1;
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 142912
:
103052
| 258223
Working