FreeBSD Bugzilla – Attachment 90121 Details for
Bug 127219
[patch] style(9) is inconsistent regarding usage of sysexits(3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 418 bytes, created by
Rebecca Cran
on 2008-09-08 20:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Rebecca Cran
Created:
2008-09-08 20:40:01 UTC
Size:
418 bytes
patch
obsolete
>--- /usr/src/share/man/man9/style.9 2007-01-28 20:51:04.000000000 +0000 >+++ style.9 2008-09-08 20:20:31.000000000 +0100 >@@ -716,9 +716,9 @@ > do not roll your own. > .Bd -literal > if ((four = malloc(sizeof(struct foo))) == NULL) >- err(1, (char *)NULL); >+ err(EX_OSERR, NULL); > if ((six = (int *)overflow()) == NULL) >- errx(1, "number overflowed"); >+ errx(EX_DATAERR, "number overflowed"); > return (eight); > } > .Ed
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 127219
: 90121