From: Sascha Wildner Date: Fri, 25 Jun 2010 00:23:16 +0000 (+0200) Subject: bootparamd(8): Add missing function type. X-Git-Tag: v2.9.0~835 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/5844bad4362a5003b37475c888ad60161aad744d bootparamd(8): Add missing function type. --- diff --git a/usr.sbin/bootparamd/callbootd/callbootd.c b/usr.sbin/bootparamd/callbootd/callbootd.c index 49d68dd89e..a97828276d 100644 --- a/usr.sbin/bootparamd/callbootd/callbootd.c +++ b/usr.sbin/bootparamd/callbootd/callbootd.c @@ -48,6 +48,7 @@ eachres_whoami(bp_whoami_res *resultp, struct sockaddr_in *raddr) return(0); } +bool_t eachres_getfile(bp_getfile_res *resultp, struct sockaddr_in *raddr) { struct hostent *he;