Mike Makonnen 186f2eea49 The signature for a pthread function requires that it
return a pointer to a void. The send_thread() and disk_thread()
funtions; however, do not have a return value because they run for
the duration of the daemon's lifetime. This causes gcc to barf when
running with -O3. Make these functions return a null pointer to quiet it.

PR:	bin/124342
Submitted by:	Garrett Cooper <gcooper@FreeBSD.org> (minus his comments)
MFC after:	1 week
2008-06-26 07:05:35 +00:00
..
2005-02-13 22:25:33 +00:00
2006-04-14 09:20:25 +00:00
2005-01-18 10:09:38 +00:00
2006-11-05 20:12:32 +00:00
2006-10-31 22:36:49 +00:00
2006-10-31 22:07:29 +00:00
2006-09-30 11:02:17 +00:00
2006-10-15 13:51:49 +00:00
2007-11-20 21:25:58 +00:00
2008-02-06 08:03:27 +00:00
2006-09-30 11:12:36 +00:00
2008-02-07 18:10:24 +00:00
2008-06-03 09:43:28 +00:00
2007-11-18 09:18:20 +00:00
2006-04-19 19:21:42 +00:00
2005-11-13 01:47:04 +00:00
2005-02-13 22:25:33 +00:00
2007-07-03 12:46:08 +00:00
2008-02-19 07:09:19 +00:00
2007-09-23 16:06:37 +00:00