Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107130774
D40649.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
358 B
Referenced Files
None
Subscribers
None
D40649.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
Sat, Jan 11, 2:40 PM (19 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15754677
Default Alt Text
D40649.diff (358 B)
Attached To
Mode
D40649: pf/libevent: Consistently pass evsignal to sigaction.
Attached
Detach File
Event Timeline
Log In to Comment