X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=655dbc562a9dc2ed55711fad44a1dab713db25b9;hp=37f727e278c6b61cedede8e6a84e77db3ba4c74b;hb=4791d009b3a2952e9c1d2bef22a5f301d28ed2a0;hpb=f652ce6afe7f6fd0e42814505234cbf4321a736e diff --git a/close_on_fork.c b/close_on_fork.c index 37f727e2..655dbc56 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -11,6 +11,7 @@ #include "para.h" #include "list.h" #include "string.h" +#include "close_on_fork.h" static struct list_head close_on_fork_list; static int initialized; @@ -18,7 +19,7 @@ static int initialized; /** * Describes an element of the close-on-fork list. * - * \sa list.h + * \sa \ref list.h. */ struct close_on_fork { /** The file descriptor which should be closed after fork(). */