From: Enrico Scholz Date: Sat, 8 May 2004 01:30:15 +0000 (+0000) Subject: exitLikeProcess(): removed the 'NORETURN'; this causes strange error when the functio... X-Git-Tag: VERSION_0_10~38 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37705d50d8885d4ec983fc0b373704ab42d95eaf;p=util-vserver.git exitLikeProcess(): removed the 'NORETURN'; this causes strange error when the function returns exitLikeProcess(): added a second, 'char *' parameter for the human readable command git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1547 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib_internal/util-exitlikeprocess.h b/util-vserver/lib_internal/util-exitlikeprocess.h index 746ae54..6d52fb7 100644 --- a/util-vserver/lib_internal/util-exitlikeprocess.h +++ b/util-vserver/lib_internal/util-exitlikeprocess.h @@ -20,6 +20,6 @@ #define H_UTILVSERVER_LIB_INTERNAL_UTIL_EXITLIKEPROCESS_H #include -void exitLikeProcess(pid_t pid) NORETURN; +void exitLikeProcess(pid_t pid, char const /*@null@*/ *cmd); #endif // H_UTILVSERVER_LIB_INTERNAL_UTIL_EXITLIKEPROCESS_H