From owner-cvs-usrbin Tue Apr 22 10:45:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA28003 for cvs-usrbin-outgoing; Tue, 22 Apr 1997 10:45:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA27959; Tue, 22 Apr 1997 10:44:37 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA13314; Tue, 22 Apr 1997 10:44:34 -0700 (PDT) Date: Tue, 22 Apr 1997 10:44:34 -0700 (PDT) Message-Id: <199704221744.KAA13314@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/mk_cmds ct.y Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk bde 97/04/22 10:44:34 Modified: usr.bin/mk_cmds ct.y Log: Removed wrong declarations of malloc() and realloc(). They were unused, and they broke when yacc started generating `#include ', but the breakage was hidden by compatibility cruft in gcc unless DESTDIR was unusual. Revision Changes Path 1.2 +1 -1 src/usr.bin/mk_cmds/ct.y