From bcf420753c0fe8c45047fd7a9417897dd8e691ed Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 19 Jan 2010 18:47:36 +0000 Subject: Unbreak rssh on HEAD, where we don't have . Approved by: miwi (portmgr, implicit) --- comms/zssh/files/patch-aa | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/comms/zssh/files/patch-aa b/comms/zssh/files/patch-aa index 4ad0e26a2489..56fa2fa5b669 100644 --- a/comms/zssh/files/patch-aa +++ b/comms/zssh/files/patch-aa @@ -1,6 +1,6 @@ ---- zssh.h.old Sun Jan 27 06:49:15 2002 -+++ zssh.h Sun Jan 27 06:49:25 2002 -@@ -33,6 +33,7 @@ +--- zssh.h ++++ zssh.h +@@ -36,19 +36,18 @@ #include "config.h" #ifdef STDC_HEADERS @@ -8,9 +8,14 @@ #include #include #include -@@ -45,7 +46,6 @@ + #include + #include + #include +-#include + #include + #include - //#include /*alpha*/ + /*#include alpha */ -#include #include -- cgit