--- ray/src/util/win_netproc.c 2004/03/26 23:34:24 2.3 +++ ray/src/util/win_netproc.c 2016/03/06 01:13:18 2.5 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: win_netproc.c,v 2.3 2004/03/26 23:34:24 schorsch Exp $"; +static const char RCSid[] = "$Id: win_netproc.c,v 2.5 2016/03/06 01:13:18 schorsch Exp $"; #endif /* @@ -49,7 +49,7 @@ addpserver( register int len; strcpy(ourhost, myhostname()); - getcwd(dirtmp, sizeof(dirtmp)); + _getcwd(dirtmp, sizeof(dirtmp)); if ((cp = getenv("HOME")) != NULL) { if (!strcmp(cp, dirtmp)) ourdir[0] = '\0'; @@ -112,11 +112,6 @@ PSERVER* findjob(int *pnp) return &ps; } -int -kill(pid_t pid, int sig) -{ - return 0; -} int startjob( PSERVER* pPS,