From 79b43270a70143f97ba58c13cc9d055339b44cbe Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 15 Dec 2015 22:09:55 +0800 Subject: A few minor style fixes --- session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'session.h') diff --git a/session.h b/session.h index 0899573..77e1bcd 100644 --- a/session.h +++ b/session.h @@ -305,7 +305,7 @@ struct clientsession { struct AgentkeyList *agentkeys; /* Keys to use for public-key auth */ #endif - int proxy_cmd_pid; + pid_t proxy_cmd_pid; }; /* Global structs storing the state */ -- cgit v1.2.3