From owner-cvs-all Tue Sep 15 20:16:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA17517 for cvs-all-outgoing; Tue, 15 Sep 1998 20:16:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA17499; Tue, 15 Sep 1998 20:16:23 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA12856; Tue, 15 Sep 1998 20:16:07 -0700 (PDT) Date: Tue, 15 Sep 1998 20:16:07 -0700 (PDT) Message-Id: <199809160316.UAA12856@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib reallocf.c Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/15 20:16:06 PDT Modified files: lib/libc/stdlib reallocf.c Makefile.inc Log: Fix style problems noted by Bruce: o No copyright on reallocf. o Order makefile list correctly. o indent reallocf properly. Revision Changes Path 1.2 +32 -5 src/lib/libc/stdlib/reallocf.c 1.17 +3 -3 src/lib/libc/stdlib/Makefile.inc