Revert below changes regarding _pinfo::cmdline.

This commit is contained in:
Christopher Faylor
2003-03-08 17:56:13 +00:00
parent d66ac2bc52
commit 1114c3d059
5 changed files with 17 additions and 19 deletions

View File

@@ -138,7 +138,7 @@ public:
void commune_recv ();
commune_result commune_send (DWORD);
bool alive ();
char *cmdline (__off64_t &);
char *cmdline (size_t &);
friend void __stdcall set_myself (pid_t, HANDLE);