You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2002/12/07 16:04:10 UTC

svnserve compile warning

This is quite amusing.  Ghudson, shall I just rename your variable?

$ uname
FreeBSD

$ make 
[...]  
subversion/svnserve/main.c:54: warning: 
declaration of `daemon' shadows global declaration
[...]

$ man 3 daemon

NAME
     daemon - run in the background

LIBRARY
     Standard C Library (libc, -lc)

SYNOPSIS
     #include <stdlib.h>

     int
     daemon(int nochdir, int noclose);


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svnserve compile warning

Posted by Greg Hudson <gh...@MIT.EDU>.
On Sat, 2002-12-07 at 11:04, Ben Collins-Sussman wrote:
> 
> This is quite amusing.  Ghudson, shall I just rename your variable?

I'll clean this up along with CMD_ERR shortly.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org