Page MenuHomeFreeBSD

D27894.diff
No OneTemporary

D27894.diff

diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.c b/usr.sbin/bootparamd/bootparamd/bootparamd.c
--- a/usr.sbin/bootparamd/bootparamd/bootparamd.c
+++ b/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, Jun 27, 5:54 PM (14 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34412222
Default Alt Text
D27894.diff (680 B)

Event Timeline