summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2012-04-09 20:35:13 +0800
committerMatt Johnston <matt@ucc.asn.au>2012-04-09 20:35:13 +0800
commit49b79fa02d93a507df6caf93d3f4545ab057bea5 (patch)
tree1582d0634668a4920a2142ea2535831547ccb11c /session.h
parentc957edbe759ba8d708a882dcb9ab3b2aa1a72ad1 (diff)
downloaddropbear-49b79fa02d93a507df6caf93d3f4545ab057bea5.tar.gz
Rename HAVE_FORK to USE_VFORK
It makes it a bit more obvious why there's a test there since HAVE_FORK is the normal case.
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.h b/session.h
index ea59bca..941dcb9 100644
--- a/session.h
+++ b/session.h
@@ -218,7 +218,7 @@ struct serversession {
/* The resolved remote address, used for lastlog etc */
char *remotehost;
-#ifndef HAVE_FORK
+#ifdef USE_VFORK
pid_t server_pid;
#endif