Date: Mon, 27 May 1996 09:00:02 -0700 (PDT) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-bugs Subject: Re: bin/1255: Silence gcc whining about tputs() in libedit/term.c Message-ID: <199605271600.JAA21378@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/1255; it has been noted by GNATS. From: J Wunsch <j@uriah.heep.sax.de> To: jc@irbs.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/1255: Silence gcc whining about tputs() in libedit/term.c Date: Mon, 27 May 1996 17:49:06 +0200 (MET DST) As John Capo wrote: > > >Number: 1255 > >Category: bin > >Synopsis: Silence gcc whining about tputs() in libedit/term.c Hmm. I wondered why the patch doesn't make sense for -current, but it got immediately obvious: the correct fix is to kill the private termcap.h in -stable. The prototypes there are conflicting with the public termcap.h. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605271600.JAA21378>