From owner-freebsd-ports Sun Aug 11 11:11:34 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29857 for ports-outgoing; Sun, 11 Aug 1996 11:11:34 -0700 (PDT) Received: from moonpie.w8hd.org (moonpie.w8hd.org [198.252.159.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA29848 for ; Sun, 11 Aug 1996 11:11:32 -0700 (PDT) Received: from localhost (kimc@localhost) by moonpie.w8hd.org (8.7.5/8.6.12) with SMTP id OAA19316 for ; Sun, 11 Aug 1996 14:11:30 -0400 (EDT) X-Authentication-Warning: moonpie.w8hd.org: kimc owned process doing -bs Date: Sun, 11 Aug 1996 14:11:28 -0400 (EDT) From: Kim Culhan To: ports@FreeBSD.org Subject: build failure on ircii-2.9 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Looks like this on -current: cc -O -DHAVE_CONFIG_H -I../include -c edit.c In file included from ../include/ircterm.h:17, from edit.c:25: /usr/include/curses.h:381: conflicting types for `tputs' /usr/include/termcap.h:44: previous declaration of `tputs' edit.c: In function `command_completion': edit.c:2177: warning: passing arg 3 of `tputs' from incompatible pointer type (many more of these warnings within edit.c) kim -- kimc@w8hd.org