From owner-cvs-all@FreeBSD.ORG Wed Jul 28 07:12:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE2D16A4D1; Wed, 28 Jul 2004 07:12:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F74743D4C; Wed, 28 Jul 2004 07:12:31 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6S7CVF1084250; Wed, 28 Jul 2004 07:12:31 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6S7CVTb084249; Wed, 28 Jul 2004 07:12:31 GMT (envelope-from kan) Message-Id: <200407280712.i6S7CVTb084249@repoman.freebsd.org> From: Alexander Kabaev Date: Wed, 28 Jul 2004 07:12:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/window context.c string.c tttermcap.c var.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 07:12:31 -0000 kan 2004-07-28 07:12:30 UTC FreeBSD src repository Modified files: usr.bin/window context.c string.c tttermcap.c var.c Log: Remove local malloc prototypes, which are incorrect and conflict with both GCC builtin and system declared ones. Revision Changes Path 1.4 +1 -3 src/usr.bin/window/context.c 1.5 +1 -3 src/usr.bin/window/string.c 1.4 +1 -2 src/usr.bin/window/tttermcap.c 1.5 +1 -3 src/usr.bin/window/var.c