diff options
author | 2000-01-18 13:45:05 +0000 | |
---|---|---|
committer | 2000-01-18 13:45:05 +0000 | |
commit | 5fa08de7b4cbc5cda256d392a3b385fd8840b0d6 (patch) | |
tree | ac63ad20caa5d052ae5b7aae3c82433b1806d542 | |
parent | sync comment with code. remove #if 0'ed portion (AF filtering on name (diff) | |
download | wireguard-openbsd-5fa08de7b4cbc5cda256d392a3b385fd8840b0d6.tar.xz wireguard-openbsd-5fa08de7b4cbc5cda256d392a3b385fd8840b0d6.zip |
no need for poll.h; from bright@wintelcom.net
-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" |