bin/124342: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Jun 26 07:10:05 UTC 2008


The following reply was made to PR bin/124342; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/124342: commit references a PR
Date: Thu, 26 Jun 2008 07:05:53 +0000 (UTC)

 mtm         2008-06-26 07:05:35 UTC
 
   FreeBSD src repository
 
   Modified files:
     sbin/ggate/ggated    ggated.c 
   Log:
   SVN rev 180020 on 2008-06-26 07:05:35Z by mtm
   
   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 at FreeBSD.org> (minus his comments)
   MFC after:      1 week
   
   Revision  Changes    Path
   1.11      +6 -0      src/sbin/ggate/ggated/ggated.c
 _______________________________________________
 cvs-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list