From owner-freebsd-current Sat Aug 31 12:21:55 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06931 for current-outgoing; Sat, 31 Aug 1996 12:21:55 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA06926 for ; Sat, 31 Aug 1996 12:21:51 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id FAA03889; Sun, 1 Sep 1996 05:18:32 +1000 Date: Sun, 1 Sep 1996 05:18:32 +1000 From: Bruce Evans Message-Id: <199608311918.FAA03889@godzilla.zeta.org.au> To: adam@veda.is Subject: Re: bin/1560: Cc: current@freebsd.org Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > /usr/include/termcap.h declares tputs() as type void, whereas in > /usr/include/*curses.h it says an integer is returned. This results > in a type conflict and programs don't compile. Someone "cleaned up" the termcap version. It used to return a garbage int. Bruce