Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2025 10:14:03 GMT
From:      Zhenlei Huang <zlei@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a06ecc4f70c2 - main - nfs: Use proper prototype for SYSINIT functions
Message-ID:  <202510131014.59DAE3ln064397@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zlei:

URL: https://cgit.FreeBSD.org/src/commit/?id=a06ecc4f70c296f62f666421c3cf9643d40bdca2

commit a06ecc4f70c296f62f666421c3cf9643d40bdca2
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2025-10-13 10:12:34 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2025-10-13 10:12:34 +0000

    nfs: Use proper prototype for SYSINIT functions
    
    MFC after:      1 week
---
 sys/nfs/nfs_diskless.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/nfs/nfs_diskless.c b/sys/nfs/nfs_diskless.c
index 42cfee63d184..0f0cf80feeec 100644
--- a/sys/nfs/nfs_diskless.c
+++ b/sys/nfs/nfs_diskless.c
@@ -428,7 +428,7 @@ decode_nfshandle(char *ev, u_char *fh, int maxfh)
 
 #if !defined(BOOTP_NFSROOT)
 static void
-nfs_rootconf(void)
+nfs_rootconf(void *dummy __unused)
 {
 
 	nfs_setup_diskless();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510131014.59DAE3ln064397>