Author: wkoszek
Date: Mon Jan 18 22:59:53 2010
New Revision: 202600
URL: http://svn.freebsd.org/changeset/base/202600

Log:
  Small fix for making this KLD to compile.

Modified:
  head/share/examples/kld/firmware/fwconsumer/fw_consumer.c

Modified: head/share/examples/kld/firmware/fwconsumer/fw_consumer.c
==============================================================================
--- head/share/examples/kld/firmware/fwconsumer/fw_consumer.c   Mon Jan 18 
22:48:41 2010        (r202599)
+++ head/share/examples/kld/firmware/fwconsumer/fw_consumer.c   Mon Jan 18 
22:59:53 2010        (r202600)
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/proc.h>
 #include <sys/module.h>
 
-static struct firmware *fp;
+static const struct firmware *fp;
 
 static int
 fw_consumer_modevent(module_t mod, int type, void *unused)
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to