FreeBSD Bugzilla – Attachment 78125 Details for
Bug 112379
[patch] [request] lockf(1): on closing stdin, stdout, stderr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 486 bytes, created by
Alexander Melkov
on 2007-05-03 06:50:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexander Melkov
Created:
2007-05-03 06:50:04 UTC
Size:
486 bytes
patch
obsolete
>--- lockf.c.orig Thu Jan 11 17:13:33 2007 >+++ lockf.c Thu May 3 09:09:42 2007 >@@ -120,6 +120,11 @@ > signal(SIGINT, SIG_IGN); > signal(SIGQUIT, SIG_IGN); > signal(SIGTERM, killed); >+ fclose(stdin); >+ if (silent) { >+ fclose(stdout); >+ fclose(stderr); >+ } > if (waitpid(child, &status, 0) == -1) > err(EX_OSERR, "waitpid failed"); > return (WIFEXITED(status) ? WEXITSTATUS(status) : 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 112379
: 78125