Bug 1255 - Silence gcc whining about tputs() in libedit/term.c
Summary: Silence gcc whining about tputs() in libedit/term.c
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 2.1-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1996-05-27 00:30 UTC by jc
Modified: 1996-06-01 14:08 UTC (History)
0 users

See Also:


Attachments
file.diff (10.08 KB, patch)
1996-05-27 00:30 UTC, jc
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jc 1996-05-27 00:30:01 UTC

    
Comment 1 Joerg Wunsch 1996-05-27 16:49:06 UTC
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. ;-)
Comment 2 Bruce Evans freebsd_committer freebsd_triage 1996-06-01 14:03:31 UTC
State Changed
From-To: open->closed

Fixed on 1996/05/27 by removing the stale copy of termcap.h.