From owner-cvs-src@FreeBSD.ORG Thu Aug 21 19:23:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B82216A4C0; Thu, 21 Aug 2003 19:23:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C44B543FE3; Thu, 21 Aug 2003 19:22:59 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7M2Mx0U050499; Thu, 21 Aug 2003 19:22:59 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7M2Mx7X050498; Thu, 21 Aug 2003 19:22:59 -0700 (PDT) Message-Id: <200308220222.h7M2Mx7X050498@repoman.freebsd.org> From: Warner Losh Date: Thu, 21 Aug 2003 19:22:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rtld-elf malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 02:23:01 -0000 imp 2003/08/21 19:22:59 PDT FreeBSD src repository Modified files: libexec/rtld-elf malloc.c Log: Very minor style nit: sort include files alphabetically. Revision Changes Path 1.10 +1 -1 src/libexec/rtld-elf/malloc.c