check for fork() and not __uClinux__

This commit is contained in:
Mike Frysinger
2012-04-08 01:50:52 -04:00
parent 33ae2be52e
commit c957edbe75
6 changed files with 41 additions and 40 deletions

View File

@@ -218,7 +218,7 @@ struct serversession {
/* The resolved remote address, used for lastlog etc */
char *remotehost;
#ifdef __uClinux__
#ifndef HAVE_FORK
pid_t server_pid;
#endif