Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167231070
D37541.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
476 B
Referenced Files
None
Subscribers
None
D37541.diff
View Options
diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c
--- a/usr.bin/rpcgen/rpc_svcout.c
+++ b/usr.bin/rpcgen/rpc_svcout.c
@@ -619,7 +619,7 @@
if (timerflag) {
if (mtflag)
f_print(fout, "%spthread_mutex_lock(&_svcstate_lock);\n", space);
- f_print(fout, "%s_rpcsvcstate = _SERVED;\n", space);
+ f_print(fout, "%s_rpcsvcstate = _SERVED;\n", space);
if (mtflag)
f_print(fout, "%spthread_mutex_unlock(&_svcstate_lock);\n", space);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 21, 4:17 AM (9 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37020751
Default Alt Text
D37541.diff (476 B)
Attached To
Mode
D37541: rpcgen: Unindent a line not guarded by if (mtflag).
Attached
Detach File
Event Timeline
Log In to Comment