From owner-cvs-src@FreeBSD.ORG Wed Dec 17 00:12:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A7F16A4CE; Wed, 17 Dec 2003 00:12:18 -0800 (PST) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24ACF43D39; Wed, 17 Dec 2003 00:12:16 -0800 (PST) (envelope-from jkh@queasyweasel.com) Received: from mailgate3.apple.com (a17-128-100-68.apple.com [17.128.100.68]) by mail-out4.apple.com (8.12.10/8.12.9) with ESMTP id hBH8CF7t028827; Wed, 17 Dec 2003 00:12:16 -0800 (PST) Received: from relay2.apple.com (relay2.apple.com) by mailgate3.apple.com ; Wed, 17 Dec 2003 00:12:15 -0800 Received: from [17.219.199.29] ([17.219.199.29]) by relay2.apple.com (8.12.10/8.12.9) with ESMTP id hBH8CEc4011019; Wed, 17 Dec 2003 08:12:14 GMT In-Reply-To: <20031216234544.S68813@root.org> References: <20031217025641.57B6916A545@hub.freebsd.org> <20031216234544.S68813@root.org> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-3-999737242; protocol="application/pkcs7-signature" Message-Id: From: "Jordan K. Hubbard" Date: Wed, 17 Dec 2003 00:12:13 -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 regex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 08:12:18 -0000 --Apple-Mail-3-999737242 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed I show proper tabs for this one? On Dec 16, 2003, at 11:46 PM, Nate Lawson wrote: > On Tue, 16 Dec 2003, Jordan K. Hubbard wrote: >> Modified files: >> include regex.h >> Log: >> Conformance: Add REG_ENOSYS (see >> http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) >> >> Revision Changes Path >> 1.7 +1 -0 src/include/regex.h >> >> >> Index: src/include/regex.h >> diff -u src/include/regex.h:1.6 src/include/regex.h:1.7 >> --- src/include/regex.h:1.6 Thu Oct 3 11:12:03 2002 >> +++ src/include/regex.h Tue Dec 16 18:56:28 2003 >> @@ -75,6 +75,7 @@ >> #define REG_DUMP 0200 >> >> /* regerror() flags */ >> +#define REG_ENOSYS -1 /* Reserved */ >> #define REG_NOMATCH 1 >> #define REG_BADPAT 2 >> #define REG_ECOLLATE 3 > > Same. > > -Nate > -- Jordan K. Hubbard Engineering Manager, BSD technology group Apple Computer --Apple-Mail-3-999737242--