Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156441644
D41265.id125489.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
D41265.id125489.diff
View Options
diff --git a/usr.sbin/mountd/mountd.c.main b/usr.sbin/mountd/mountd.c
--- a/usr.sbin/mountd/mountd.c.main
+++ b/usr.sbin/mountd/mountd.c
@@ -290,7 +290,7 @@
static int nhosts = 0;
static int dir_only = 1;
static int dolog = 0;
-static int got_sighup = 0;
+static _Atomic(int) got_sighup = 0;
static int xcreated = 0;
static char *svcport_str = NULL;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 14, 5:35 PM (16 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33050471
Default Alt Text
D41265.id125489.diff (358 B)
Attached To
Mode
D41265: Fix mountd's SIGHUP handler to set a variable of the correct type
Attached
Detach File
Event Timeline
Log In to Comment