From owner-cvs-bin Wed Oct 30 23:16:18 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA05367 for cvs-bin-outgoing; Wed, 30 Oct 1996 23:16:18 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA05330; Wed, 30 Oct 1996 23:16:03 -0800 (PST) Date: Wed, 30 Oct 1996 23:16:03 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199610310716.XAA05330@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh expand.c shell.h Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 23:16:01 Modified: bin/sh expand.c shell.h Log: 1) define STATIC as static and not empty 2) replace collate_range_cmp call with its code Revision Changes Path 1.11 +20 -2 src/bin/sh/expand.c 1.6 +2 -2 src/bin/sh/shell.h