Page MenuHomeFreeBSD

D27894.id81505.diff
No OneTemporary

D27894.id81505.diff

Index: usr.sbin/bootparamd/bootparamd/bootparamd.c
===================================================================
--- usr.sbin/bootparamd/bootparamd/bootparamd.c
+++ usr.sbin/bootparamd/bootparamd/bootparamd.c
@@ -179,7 +179,7 @@
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 @@
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;

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 5:00 PM (20 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14661724
Default Alt Text
D27894.id81505.diff (689 B)

Event Timeline