diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-01-19 18:47:36 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-19 18:47:36 +0000 |
commit | 82eec6be7e7d309ba475472f483c4aaad17b7151 (patch) | |
tree | 81aa77ea97d4b84de9c1ac7aa80cb6b60a100ddd /comms/zssh | |
parent | 6e4eb2cec80c3dd95cac076dffe356d10a259a8b (diff) | |
download | ports-82eec6be7e7d309ba475472f483c4aaad17b7151.tar.gz ports-82eec6be7e7d309ba475472f483c4aaad17b7151.zip |
Notes
Diffstat (limited to 'comms/zssh')
-rw-r--r-- | comms/zssh/files/patch-aa | 15 |
1 files 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 <stdlib.h> #include <stdio.h> #include <errno.h> -@@ -45,7 +46,6 @@ + #include <string.h> + #include <time.h> + #include <grp.h> +-#include <utmp.h> + #include <signal.h> + #include <ctype.h> - //#include <term.h> /*alpha*/ + /*#include <term.h> alpha */ -#include <sys/types.h> #include <sys/stat.h> |