The Samba-Bugzilla – Attachment 5753 Details for
Bug 7462
Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_signal.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
samba-3.5.3-bug7462.diff (text/plain), 771 bytes, created by
Joachim Schmitz (mail address dead)
on 2010-06-01 04:11:12 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Joachim Schmitz (mail address dead)
Created:
2010-06-01 04:11:12 UTC
Size:
771 bytes
patch
obsolete
>diff -u ./lib/tevent/tevent_signal.c.orig ./lib/tevent/tevent_signal.c >--- ./lib/tevent/tevent_signal.c.orig 2010-05-17 06:51:23.000000000 -0500 >+++ ./lib/tevent/tevent_signal.c 2010-05-30 13:19:38.000000000 -0500 >@@ -352,16 +355,22 @@ > (void*)&sig_state->sig_info[i][ofs], > se->private_data); > } >+/* defined in replace/system/wait.h it SA_RESETHAND is not defined */ >+# ifdef SA_ONESHOT > if (se->sa_flags & SA_RESETHAND) { > talloc_free(se); > } >+# endif > continue; > } > #endif > se->handler(ev, se, i, count, NULL, se->private_data); >+/* defined in replace/system/wait.h it SA_RESETHAND is not defined */ >+#ifdef SA_ONESHOT > if (se->sa_flags & SA_RESETHAND) { > talloc_free(se); > } >+#endif > } > > #ifdef SA_SIGINFO
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 Raw
Actions:
View
Attachments on
bug 7462
:
5753
|
5986
|
6744
|
6747