diff options
author | 2013-02-19 02:12:47 +0000 | |
---|---|---|
committer | 2013-02-19 02:12:47 +0000 | |
commit | adf1774a003998dc1fcf50800ab199ddafa4386e (patch) | |
tree | 72dd7ae9dcc69d20af04bf208a908095fe9116c8 | |
parent | Add missing trailing slash on the :S modifier in the BUGS section. (diff) | |
download | wireguard-openbsd-adf1774a003998dc1fcf50800ab199ddafa4386e.tar.xz wireguard-openbsd-adf1774a003998dc1fcf50800ab199ddafa4386e.zip |
Remove bogus include. ok djm
-rw-r--r-- | usr.bin/ssh/krl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/krl.c b/usr.bin/ssh/krl.c index c5232a0d5d1..1212bc0d7a0 100644 --- a/usr.bin/ssh/krl.c +++ b/usr.bin/ssh/krl.c @@ -14,7 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $OpenBSD: krl.c,v 1.9 2013/01/27 10:06:12 djm Exp $ */ +/* $OpenBSD: krl.c,v 1.10 2013/02/19 02:12:47 dtucker Exp $ */ #include <sys/types.h> #include <sys/param.h> @@ -31,7 +31,6 @@ #include "buffer.h" #include "key.h" #include "authfile.h" -#include "err.h" #include "misc.h" #include "log.h" #include "xmalloc.h" |