From 37705d50d8885d4ec983fc0b373704ab42d95eaf Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sat, 8 May 2004 01:30:15 +0000 Subject: [PATCH] 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 --- util-vserver/lib_internal/util-exitlikeprocess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.1.5