]> andersk Git - openssh.git/blobdiff - clientloop.c
- Sync with OpenBSD CVS:
[openssh.git] / clientloop.c
index 2ab96fa5b8fcf1f46e662bcf1c0e49c3b5b900ba..148e8b5fbc240aa9dcae9c55ef3f00b208a791f6 100644 (file)
@@ -471,7 +471,8 @@ client_process_net_input(fd_set * readset)
 void
 client_process_input(fd_set * readset)
 {
-       int len, pid;
+       int len;
+       pid_t pid;
        char buf[8192], *s;
 
        /* Read input from stdin. */
This page took 0.032331 seconds and 4 git commands to generate.