diff session.h @ 666:0ad95abf8d3c

check for fork() and not __uClinux__
author Mike Frysinger <vapier@gentoo.org>
date Sun, 08 Apr 2012 01:50:52 -0400
parents 00eca37e47e8
children fc7ae88e63b3
line wrap: on
line diff
--- a/session.h	Sun Apr 08 02:06:54 2012 -0400
+++ b/session.h	Sun Apr 08 01:50:52 2012 -0400
@@ -218,7 +218,7 @@
 	/* The resolved remote address, used for lastlog etc */
 	char *remotehost;
 
-#ifdef __uClinux__
+#ifndef HAVE_FORK
 	pid_t server_pid;
 #endif