cvs commit: src/include fnmatch.h

Nate Lawson nate at root.org
Tue Dec 16 23:45:37 PST 2003


On Tue, 16 Dec 2003, Jordan K. Hubbard wrote:
>   FreeBSD src repository
>
>   Modified files:
>     include              fnmatch.h
>   Log:
>   Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html)
>
>   Revision  Changes    Path
>   1.12      +2 -0      src/include/fnmatch.h
>
>
> Index: src/include/fnmatch.h
> diff -u src/include/fnmatch.h:1.11 src/include/fnmatch.h:1.12
> --- src/include/fnmatch.h:1.11	Tue Sep 17 15:25:40 2002
> +++ src/include/fnmatch.h	Tue Dec 16 18:54:29 2003
> @@ -44,6 +44,8 @@
>  #define	FNM_NOESCAPE	0x01	/* Disable backslash escaping. */
>  #define	FNM_PATHNAME	0x02	/* Slash must be matched by slash. */
>  #define	FNM_PERIOD	0x04	/* Period must be matched by period. */
> +
> +#define FNM_NOSYS       -1      /* Reserved */
>
>  #if __BSD_VISIBLE
>  #define	FNM_LEADING_DIR	0x08	/* Ignore /<tail> after Imatch. */

Lack of tabs?

-Nate


More information about the cvs-src mailing list