From owner-freebsd-current Fri Oct 25 14:14:56 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA15428 for current-outgoing; Fri, 25 Oct 1996 14:14:56 -0700 (PDT) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA15169 for ; Fri, 25 Oct 1996 14:12:41 -0700 (PDT) Received: (from uucp@localhost) by frmug.org (8.6.8/8.6.9) with UUCP id XAA01037 for current@FreeBSD.org; Fri, 25 Oct 1996 23:10:11 +0200 Received: from localhost (localhost [127.0.0.1]) by xp11.frmug.org (8.8.2/8.7.3/xp11-uucp-1.1) with ESMTP id VAA05043 for ; Fri, 25 Oct 1996 21:15:48 +0200 (MET DST) Message-Id: <199610251915.VAA05043@xp11.frmug.org> To: current@FreeBSD.org Subject: /* within comment (fnmatch.h) Date: Fri, 25 Oct 1996 21:15:47 +0200 From: "Philippe Charnier" Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, Index: include/fnmatch.h =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/include/fnmatch.h,v retrieving revision 1.4 diff -u -r1.4 fnmatch.h --- fnmatch.h 1996/10/24 04:05:54 1.4 +++ fnmatch.h 1996/10/25 19:00:32 @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)fnmatch.h 8.1 (Berkeley) 6/2/93 + * $Id$ */ #ifndef _FNMATCH_H_ @@ -42,7 +43,7 @@ #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ #define FNM_PERIOD 0x04 /* Period must be matched by period. */ #ifndef _POSIX_SOURCE -#define FNM_LEADING_DIR 0x08 /* Ignore "/*" after match. */ +#define FNM_LEADING_DIR 0x08 /* Ignore slash followed by star after match. */ #define FNM_CASEFOLD 0x10 /* Case insensitive search. */ #endif ------ ------ Philippe Charnier charnier@lirmm.fr (smtp) charnier@xp11.frmug.org (uucp) ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------