From owner-cvs-all@FreeBSD.ORG Wed Dec 17 00:05:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E873916A4D0; Wed, 17 Dec 2003 00:05:23 -0800 (PST) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A2343D62; Wed, 17 Dec 2003 00:04:43 -0800 (PST) (envelope-from jkh@queasyweasel.com) Received: from mailgate1.apple.com (a17-128-100-225.apple.com [17.128.100.225]) by mail-out3.apple.com (8.12.10/8.12.9) with ESMTP id hBH84hFt006265; Wed, 17 Dec 2003 00:04:43 -0800 (PST) Received: from relay3.apple.com (relay3.apple.com) by mailgate1.apple.com ; Wed, 17 Dec 2003 00:04:37 -0800 Received: from [17.219.199.29] ([17.219.199.29]) by relay3.apple.com (8.12.10/8.12.9) with ESMTP id hBH84c8a011507; Wed, 17 Dec 2003 08:04:39 GMT In-Reply-To: <20031216234451.B68813@root.org> References: <20031217025442.D3EA816A54F@hub.freebsd.org> <20031216234451.B68813@root.org> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-2-999281613; protocol="application/pkcs7-signature" Message-Id: From: "Jordan K. Hubbard" Date: Wed, 17 Dec 2003 00:04:38 -0800 To: Nate Lawson X-Mailer: Apple Mail (2.609) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 08:05:24 -0000 --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 / after Imatch. */ > > Lack of tabs? > > -Nate > -- Jordan K. Hubbard Engineering Manager, BSD technology group Apple Computer --Apple-Mail-2-999281613--