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