Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 1996 21:15:47 +0200
From:      "Philippe Charnier" <charnier@xp11.frmug.org>
To:        current@FreeBSD.org
Subject:   /* within comment (fnmatch.h)
Message-ID:  <199610251915.VAA05043@xp11.frmug.org>

next in thread | raw e-mail | index | archive | help
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'' 
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610251915.VAA05043>