Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103075163
D39727.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
448 B
Referenced Files
None
Subscribers
None
D39727.diff
View Options
diff --git a/usr.sbin/rpc.lockd/lockd.c b/usr.sbin/rpc.lockd/lockd.c
--- a/usr.sbin/rpc.lockd/lockd.c
+++ b/usr.sbin/rpc.lockd/lockd.c
@@ -845,7 +845,7 @@
}
void
-usage()
+usage(void)
{
errx(1, "usage: rpc.lockd [-d <debuglevel>]"
" [-F] [-g <grace period>] [-h <bindip>] [-p <port>]");
@@ -904,7 +904,8 @@
/*
* Out of memory, fatal
*/
-void out_of_mem()
+void
+out_of_mem(void)
{
syslog(LOG_ERR, "out of memory");
exit(2);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 21, 2:53 PM (21 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14736539
Default Alt Text
D39727.diff (448 B)
Attached To
Mode
D39727: rpc.lockd: Use valid prototypes for function declarations with no arguments.
Attached
Detach File
Event Timeline
Log In to Comment