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

svnserve compile warning

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-07 17:04:10 CET

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
Received on Sat Dec 7 17:06:45 2002

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.