FreeBSD Bugzilla – Attachment 16714 Details for
Bug 30543
[PATCH] use err() instead of just exit() when `install` fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 513 bytes, created by
Tony Finch
on 2001-09-13 01:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tony Finch
Created:
2001-09-13 01:10:00 UTC
Size:
513 bytes
patch
obsolete
>Index: usr.bin/xinstall//xinstall.c >=================================================================== >RCS file: /home/ncvs/src/usr.bin/xinstall/xinstall.c,v >retrieving revision 1.38.2.3 >diff -u -r1.38.2.3 xinstall.c >--- usr.bin/xinstall//xinstall.c 2001/08/01 06:48:41 1.38.2.3 >+++ usr.bin/xinstall//xinstall.c 2001/08/28 22:24:27 >@@ -713,7 +713,7 @@ > default: > if (wait(&status) == -1 || status) { > (void)unlink(to_name); >- exit(EX_SOFTWARE); >+ err(EX_SOFTWARE, "wait"); > /* NOTREACHED */ > } > }
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 30543
: 16714