summaryrefslogtreecommitdiff
path: root/krl.c
diff options
context:
space:
mode:
authortim <tim>2013-02-20 03:01:51 +0000
committertim <tim>2013-02-20 03:01:51 +0000
commitafea195b8d7065dcbee9a8fd6a54a184db7bf5b1 (patch)
tree40edc2b1f279503098b7495976ec250dcf1cbd3f /krl.c
parentd3cf109921ff869d78783e71f348c6fb438945d5 (diff)
downloadopenssh-afea195b8d7065dcbee9a8fd6a54a184db7bf5b1.tar.gz
- (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded
err.h include from krl.c. Additional portability fixes for modpipe. OK djm
Diffstat (limited to 'krl.c')
-rw-r--r--krl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/krl.c b/krl.c
index 5ed7bd7e..5a6bd14a 100644
--- a/krl.c
+++ b/krl.c
@@ -33,7 +33,6 @@
#include "buffer.h"
#include "key.h"
#include "authfile.h"
-#include "err.h"
#include "misc.h"
#include "log.h"
#include "xmalloc.h"