FreeBSD Bugzilla – Attachment 231498 Details for
Bug 261657
stat(1) patch: Fix error message formatting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to stat(1)
patch-usr.bin_stat_stat.c (text/plain), 300 bytes, created by
Jamie Landeg-Jones
on 2022-02-01 17:47:34 UTC
(
hide
)
Description:
patch to stat(1)
Filename:
MIME Type:
Creator:
Jamie Landeg-Jones
Created:
2022-02-01 17:47:34 UTC
Size:
300 bytes
patch
obsolete
>--- usr.bin/stat/stat.c.orig 2022-01-24 12:43:21.186607000 +0000 >+++ usr.bin/stat/stat.c 2022-02-01 17:34:14.400840000 +0000 >@@ -373,7 +373,7 @@ > errs = 1; > linkfail = 1; > if (!quiet) >- warn("%s: stat", file); >+ warn("%s", file); > } > else > output(&st, file, statfmt, fn, nonl);
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 261657
: 231498