Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2003 00:04:38 -0800
From:      "Jordan K. Hubbard" <jkh@queasyweasel.com>
To:        Nate Lawson <nate@root.org>
Cc:        cvs-src@FreeBSD.org
Subject:   Re: cvs commit: src/include fnmatch.h
Message-ID:  <A91B61D4-3067-11D8-AAAC-000393BB9222@queasyweasel.com>
In-Reply-To: <20031216234451.B68813@root.org>
References:  <20031217025442.D3EA816A54F@hub.freebsd.org> <20031216234451.B68813@root.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail-2-999281613
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	delsp=yes;
	format=flowed

That's bizarre - it certainly had tabs in my diff.  Perhaps patch(1)  
ate it (Apple's patch is a little different than FreeBSD's).  Good  
catch, thanks.  Fixed.

On Dec 16, 2003, at 11:45 PM, Nate Lawson wrote:

> 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
>
--
Jordan K. Hubbard
Engineering Manager, BSD technology group
Apple Computer

--Apple-Mail-2-999281613--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A91B61D4-3067-11D8-AAAC-000393BB9222>