diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-01-18 13:45:06 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-01-18 13:45:06 +0000 |
commit | 85b01ecf84978626b9286d5535929fd81fc0ffe3 (patch) | |
tree | 5e94b26b5b6db068b4686fb9c953221d8edebcca /usr.bin | |
parent | 8d3c40a4fb3cf97213389d9b0ad37dcdc68405e0 (diff) |
no need for poll.h; from bright@wintelcom.net
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c index a8cdabb8bef..621e6fabf57 100644 --- a/usr.bin/ssh/sshd.c +++ b/usr.bin/ssh/sshd.c @@ -11,9 +11,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.78 2000/01/18 09:42:18 markus Exp $"); - -#include <poll.h> +RCSID("$OpenBSD: sshd.c,v 1.79 2000/01/18 13:45:05 markus Exp $"); #include "xmalloc.h" #include "rsa.h" |