Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 1998 16:10:01 -0700 (PDT)
From:      Bill Fumerola <billf@chc-chimes.com>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/8354: fwtk port does not compile
Message-ID:  <199810182310.QAA12923@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/8354; it has been noted by GNATS.

From: Bill Fumerola <billf@chc-chimes.com>
To: gshaffer@leaky.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/8354: fwtk port does not compile
Date: Sun, 18 Oct 1998 15:16:34 -0400 (EDT)

 On Sat, 17 Oct 1998 gshaffer@leaky.com wrote:
 
 > *** 11,17 ****
 >    *           added sleep on bind failure.
 >    */
 >   
 > ! #include      <signal.h>
 >   #include      <syslog.h>
 >   #include      <errno.h>
 >   #include      <sys/types.h>
 > --- 11,17 ----
 >    *           added sleep on bind failure.
 >    */
 >   
 > ! #include      <sys/signal.h>
 >   #include      <syslog.h>
 >   #include      <errno.h>
 >   #include      <sys/types.h>
 
 I'm not sure how in depth your C knowledge is, but, you should probaly
 make sure no functions from signal.h are being used before you just delete
 them.
 
 Also, a more appropriate patch could be to merely comment out those lines
 as opposed to deleteing them completly.
 
 - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp -
 -  ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560  -
 
 	"Logic, like whiskey, loses its beneficial effect 
 	when taken in too large quantities" -Lord Dunsany
 
 
 
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810182310.QAA12923>