[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r10060 - trunk/subversion/libsvn_fs

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-06-24 00:37:32 CEST

On Wed, 2004-06-23 at 15:33, kfogel@collab.net wrote:
> ghudson@tigris.org writes:
> > +#ifndef WIN32
> > +/* Required for the sgid code in svn_fs_create */
> > +#include <sys/stat.h>
> > +#include <sys/types.h>
> > +#include <unistd.h>
> > +#endif
>
> Is this our normal way of saying "if Unix-like operating system"?

Yes, it is. See lots of other cases in libsvn_subr/io.c.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 24 00:38:19 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.