Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 79749 invoked by uid 500); 4 Jul 2003 03:03:45 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 79737 invoked from network); 4 Jul 2003 03:03:45 -0000 Message-ID: <3F04EE94.6040705@xbc.nu> Date: Fri, 04 Jul 2003 05:03:48 +0200 From: =?UTF-8?B?QnJhbmtvIMSMaWJlag==?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.4) Gecko/20030624 X-Accept-Language: sl, en-gb, en MIME-Version: 1.0 To: Cliff Woolley CC: dev Subject: Re: setting timestamps References: <3F03D0C9.8000600@xbc.nu> <3F04E0F1.1040401@xbc.nu> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Cliff Woolley wrote: >On Fri, 4 Jul 2003, [UTF-8] Branko ?^Libej wrote: > > > >> /* Internal Flags for apr_file_open */ >>-#define APR_OPENINFO 0x4000 /* Open without READ or WRITE access */ >>-#define APR_OPENLINK 0x2000 /* Open a link itself, if supported */ >>-#define APR_READCONTROL 0x1000 /* Read the file's owner/perms */ >>-#define APR_WRITECONTROL 0x0800 /* Modifythe file's owner/perms */ >>+#define APR_OPENINFO 0x00100000 /* Open without READ or WRITE access */ >>+#define APR_OPENLINK 0x00200000 /* Open a link itself, if supported */ >>+#define APR_READCONTROL 0x00400000 /* Read the file's owner/perms */ >>+#define APR_WRITECONTROL 0x00800000 /* Modifythe file's owner/perms */ >>+#define APR_WRITEATTRS 0x01000000 /* Modify the file's attributes */ >> >> > >I should point out that this would break binary compatibility... > > How? These flags are only used within APR, and are not even visible outside APR. -- Brane Čibej http://www.xbc.nu/brane/