X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.c;h=e47639bc42864cc4881d5992bb567e902f4752ac;hp=20cdc6ae605a99f56f35bf41f0abeff7d508936d;hb=23dd2200dd4fc74025ae87f5c2127f3b0ff71e9b;hpb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7 diff --git a/daemon.c b/daemon.c index 20cdc6ae..e47639bc 100644 --- a/daemon.c +++ b/daemon.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 1997 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 1997 Andre Noll , see file COPYING. */ /** \file daemon.c Some helpers for programs that detach from the console. */ @@ -374,8 +370,6 @@ time_t daemon_get_uptime(const struct timeval *current_time) * \param current_time See a \ref daemon_get_uptime(). * * \return A dynamically allocated string of the form "days:hours:minutes". - * - * \sa server_uptime. */ __malloc char *daemon_get_uptime_str(const struct timeval *current_time) {