2 #include <sys/utsname.h>
4 #include <WINGs/WUtil.h>
8 Bool
GetCommandForPid(int pid
, char ***argv
, int *argc
)
10 static int notified
= 0;
15 if (uname(&un
) != -1) {
16 wwarning(_("%s is not implemented on this platform; "
17 "tell wmaker-dev@windowmaker.org you are running "
18 "%s release %s version %s"), __FUNCTION__
,
19 un
.sysname
, un
.release
, un
.version
);