X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=close_on_fork.c;h=7e0c8e6474b48a932ca0c107862391466415ec96;hp=ff289edfbe19b9770a3cffce76a25673a0c23d27;hb=e8d5da94efd6cbb0aa75f57290c76d9992ff8f47;hpb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0 diff --git a/close_on_fork.c b/close_on_fork.c index ff289edf..7e0c8e64 100644 --- a/close_on_fork.c +++ b/close_on_fork.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005-2012 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file close_on_fork.c Manage a list of fds that should be closed on fork. */ @@ -11,6 +7,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 +15,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(). */