This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: the order of ACEs.


>>> On Wed, 25 Apr 2001 23:09:39 +0200
>>> Corinna Vinschen <cygwin-patches@cygwin.com> said:

> > @@ -661,13 +665,7 @@ alloc_sd (uid_t uid, gid_t gid, const ch
> >  	      return NULL;
> >  	    }
> >  	  acl_len += ace->Header.AceSize;
> > -	  ++ace_off;
> 
> ...why does your patch drop the `++ace_off'? This seems to be
> a mistake.

I understood the `++ace_off' was only for appending `everyone'
ACE afterward. So I inferred it wasn't necessary anymore.
____
  | AIST      Kazuhiro Fujieda <fujieda@jaist.ac.jp>
  | HOKURIKU  School of Information Science
o_/ 1990      Japan Advanced Institute of Science and Technology


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]