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

Re: Subversion on NetWare

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-01-26 22:40:10 CET

> --- ne_basic.h.orig Mon Apr 19 18:08:22 2004
> +++ ne_basic.h Tue Apr 27 02:17:12 2004
> @@ -23,6 +23,9 @@
> #define NE_BASIC_H
>
> #include <sys/types.h> /* for time_t */
> +#ifdef HAVE_TIME_H
> +#include <time.h> /* for time_t */
> +#endif
>
> #include "ne_request.h"
> ------------------------------------------------
> --- ne_utils.h.orig Mon Apr 19 18:08:22 2004
> +++ ne_utils.h Fri Apr 30 11:35:04 2004
> @@ -23,6 +23,9 @@
> #define NE_UTILS_H
>
> #include <sys/types.h>
> +#ifdef HAVE_TIME_H
> +#include <time.h> /* for time_t */
> +#endif
>
> #include <stdarg.h>
> #include <stdio.h>

These should be submitted to the Neon project, those files are not part
of Subversion itself.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 26 22:44:10 2005

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.