From owner-cvs-all Mon Jul 31 16:36:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBC1437BA79; Mon, 31 Jul 2000 16:36:09 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA06829; Mon, 31 Jul 2000 16:36:09 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007312336.QAA06829@freefall.freebsd.org> From: Brian Feldman Date: Mon, 31 Jul 2000 16:36:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/sort sort.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/31 16:36:09 PDT Modified files: gnu/usr.bin/sort sort.c Log: Make style match the surrounding style. Use memset() instead of bzero() because it's standard (bah, show me a real system without bzero()...) Noted by: bde Revision Changes Path 1.17 +2 -2 src/gnu/usr.bin/sort/sort.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message