mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
p9fs: Use proper prototype for SYSINIT functions
MFC after: 1 week (cherry picked from commit 11cfa861e3ff83649c54e5781b541166dc73e80b) (cherry picked from commit 618c7cffeb28a89475ee001827e53049e45715ed)
This commit is contained in:
parent
0b3951a74a
commit
c760cc40f2
1 changed files with 1 additions and 2 deletions
|
|
@ -34,9 +34,8 @@
|
|||
TAILQ_HEAD(, p9_trans_module) transports;
|
||||
|
||||
static void
|
||||
p9_transport_init(void)
|
||||
p9_transport_init(void *dummy __unused)
|
||||
{
|
||||
|
||||
TAILQ_INIT(&transports);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue