Author: lwhsu (ports committer)
Date: Wed Dec 20 06:08:16 2017
New Revision: 327017
URL: https://svnweb.freebsd.org/changeset/base/327017
Log:
Add missing `;`
Approved by: kevlo
Modified:
head/sys/net/iflib.c
Modified: head/sys/net/iflib.c
==============================================================================
--- head/sys/net/iflib.c Wed Dec 20 04:08:00 2017 (r327016)
+++ head/sys/net/iflib.c Wed Dec 20 06:08:16 2017 (r327017)
@@ -5124,7 +5124,7 @@ find_thread(int cpu, int thread_num)
static int
find_thread(int cpu, int thread_num __unused)
{
- return cpu_id
+ return cpu_id;
}
#endif
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"