aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bootparamd
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2021-01-02 15:40:34 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2021-01-02 15:40:34 +0000
commit8c45fe5d8ecda4be7564aadaa50712790c6c0a6f (patch)
tree6b1753dd0bf3fed4508503abe3f2f38f7b38a723 /usr.sbin/bootparamd
parent8929690a6359dfba4ed398ef66a4c13e071f10bf (diff)
downloadsrc-8c45fe5d8ecda4be7564aadaa50712790c6c0a6f.tar.gz
src-8c45fe5d8ecda4be7564aadaa50712790c6c0a6f.zip
Diffstat (limited to 'usr.sbin/bootparamd')
-rw-r--r--usr.sbin/bootparamd/bootparamd/bootparamd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c
index 7cc57d2427a4..be885de62f55 100644
--- a/usr.sbin/bootparamd/bootparamd/bootparamd.c
+++ b/usr.sbin/bootparamd/bootparamd/bootparamd.c
@@ -179,7 +179,7 @@ bootparamproc_getfile_1_svc(bp_getfile_arg *getfile, struct svc_req *req __unuse
empty answer for the file "dump") */
static int
-getthefile(char *l_askname, char *fileid, char *buf, int blen)
+getthefile(char *l_askname, char *fileid, char *buf, int blen __unused)
{
FILE *bpf;
char *where;
@@ -285,7 +285,7 @@ getthefile(char *l_askname, char *fileid, char *buf, int blen)
name for a host in the database */
static int
-checkhost(char *l_askname, char *l_hostname, int len)
+checkhost(char *l_askname, char *l_hostname, int len __unused)
{
int ch, pch;
FILE *bpf;