freebsd-dev/sbin/ggate
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
..
ggatec Implement a work-around for poor ggate write performance. 2007-04-06 11:19:48 +00:00
ggated The signature for a pthread function requires that it 2008-06-26 07:05:35 +00:00
ggatel Sync which ggate changes. 2005-07-08 21:29:17 +00:00
shared Implement a work-around for poor ggate write performance. 2007-04-06 11:19:48 +00:00
Makefile Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer 2008-03-29 17:44:40 +00:00
Makefile.inc Various style.Makefile(5) improvements. 2004-05-20 20:05:05 +00:00