Re: ntdll/file: Add sub-second resolution to NtQueryInformationFile

2008-09-04 Thread Michael Stefaniuc
Francois Gouget wrote: > On Mon, 18 Aug 2008, Detlef Riekenberg wrote: > >> On So, 2008-08-17 at 19:03 +0200, Michael Karcher wrote: >>> --- >>> configure | 303 >>> +++ >> You should never include autogenerated code in a Patch. > > How d

Re: ntdll/file: Add sub-second resolution to NtQueryInformationFile

2008-09-04 Thread Francois Gouget
On Mon, 18 Aug 2008, Detlef Riekenberg wrote: > On So, 2008-08-17 at 19:03 +0200, Michael Karcher wrote: > > --- > > configure | 303 > > +++ > > You should never include autogenerated code in a Patch. How do you do that with Git? When

Re: patchwatcher and changes to configure.h.in [was: re: ntdll/file: Add sub-second resolution to NtQueryInformationFile]

2008-08-19 Thread Dan Kegel
Kai wrote: >> >> Btw, how does patchwatcher handle that? >> > Not at all. > >Whoops, I just realized this came across rather rude Nah, that was fine. (Although "it doesn't yet" might have been clearer.) > I'm currently trying to get the basic features of the > patchwatcher to work in buildbot an

Re: patchwatcher and changes to configure.h.in [was: re: ntdll/file: Add sub-second resolution to NtQueryInformationFile]

2008-08-18 Thread Kai Blin
On Tuesday 19 August 2008 02:36:02 Dan Kegel wrote: > >> Btw, how does patchwatcher handle that? > > Not at all. > > Patches gratefully accepted. Whoops, I just realized this came across rather rude. Sorry for that. I'm currently trying to get the basic features of the patchwatcher to work in bu

patchwatcher and changes to configure.h.in [was: re: ntdll/file: Add sub-second resolution to NtQueryInformationFile]

2008-08-18 Thread Dan Kegel
>> Btw, how does patchwatcher handle that? >> Does it detect that in the case of changing config.h.in, >> dlls/Makefile.in, server/protocol.def it needs >> to regenerate the files by running autoconf, >> tools/make_requests, or tools/make_makefiles? > > Not at all. Patches gratefully accepted. St

Re: ntdll/file: Add sub-second resolution to NtQueryInformationFile

2008-08-18 Thread Kai Blin
On Monday 18 August 2008 09:50:05 Dmitry Timoshkov wrote: > "Detlef Riekenberg" [EMAIL PROTECTED] wrote: > > On So, 2008-08-17 at 19:03 +0200, Michael Karcher wrote: > >> --- > >> configure | 303 > >> +++ > > > > You should never include a

Re: ntdll/file: Add sub-second resolution to NtQueryInformationFile

2008-08-18 Thread Dmitry Timoshkov
"Detlef Riekenberg" [EMAIL PROTECTED] wrote: > On So, 2008-08-17 at 19:03 +0200, Michael Karcher wrote: >> --- >> configure | 303 >> +++ > > You should never include autogenerated code in a Patch. > This will reduce the risk, that your P

Re: ntdll/file: Add sub-second resolution to NtQueryInformationFile

2008-08-18 Thread Michael Karcher
Am Montag, den 18.08.2008, 09:30 +0200 schrieb Detlef Riekenberg: > On So, 2008-08-17 at 19:03 +0200, Michael Karcher wrote: > > --- > > configure | 303 > > +++ > > You should never include autogenerated code in a Patch. > This will reduc

Re: ntdll/file: Add sub-second resolution to NtQueryInformationFile

2008-08-18 Thread Detlef Riekenberg
On So, 2008-08-17 at 19:03 +0200, Michael Karcher wrote: > --- > configure | 303 > +++ You should never include autogenerated code in a Patch. This will reduce the risk, that your Patch does not apply after a different Patch was commited.