aboutsummaryrefslogtreecommitdiff
path: root/comms/zssh
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-19 18:47:36 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-19 18:47:36 +0000
commit82eec6be7e7d309ba475472f483c4aaad17b7151 (patch)
tree81aa77ea97d4b84de9c1ac7aa80cb6b60a100ddd /comms/zssh
parent6e4eb2cec80c3dd95cac076dffe356d10a259a8b (diff)
downloadports-82eec6be7e7d309ba475472f483c4aaad17b7151.tar.gz
ports-82eec6be7e7d309ba475472f483c4aaad17b7151.zip
Unbreak rssh on HEAD, where we don't have <utmp.h>.
Approved by: miwi (portmgr, implicit)
Notes
Notes: svn path=/head/; revision=248165
Diffstat (limited to 'comms/zssh')
-rw-r--r--comms/zssh/files/patch-aa15
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>