aboutsummaryrefslogtreecommitdiffstats
path: root/comms/zssh
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-20 02:47:36 +0800
committered <ed@FreeBSD.org>2010-01-20 02:47:36 +0800
commitbcf420753c0fe8c45047fd7a9417897dd8e691ed (patch)
tree465b352c7ddacfc394f8f7f0ddb9fa20cabc941e /comms/zssh
parent9037d1c252a7d1c32a9472d883a0f012f74f19c8 (diff)
downloadfreebsd-ports-gnome-bcf420753c0fe8c45047fd7a9417897dd8e691ed.tar.gz
freebsd-ports-gnome-bcf420753c0fe8c45047fd7a9417897dd8e691ed.tar.zst
freebsd-ports-gnome-bcf420753c0fe8c45047fd7a9417897dd8e691ed.zip
Unbreak rssh on HEAD, where we don't have <utmp.h>.
Approved by: miwi (portmgr, implicit)
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>