Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147293645
D40649.1782791937.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
358 B
Referenced Files
None
Subscribers
None
D40649.1782791937.diff
View Options
diff --git a/contrib/pf/libevent/signal.c b/contrib/pf/libevent/signal.c
--- a/contrib/pf/libevent/signal.c
+++ b/contrib/pf/libevent/signal.c
@@ -144,7 +144,7 @@
evsignal = EVENT_SIGNAL(ev);
- return (sigaction(EVENT_SIGNAL(ev),(struct sigaction *)SIG_DFL, NULL));
+ return (sigaction(evsignal, (struct sigaction *)SIG_DFL, NULL));
}
static void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 30, 3:58 AM (12 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28992801
Default Alt Text
D40649.1782791937.diff (358 B)
Attached To
Mode
D40649: pf/libevent: Consistently pass evsignal to sigaction.
Attached
Detach File
Event Timeline
Log In to Comment