diff options
author | ed <ed@FreeBSD.org> | 2010-01-20 02:47:36 +0800 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-01-20 02:47:36 +0800 |
commit | bcf420753c0fe8c45047fd7a9417897dd8e691ed (patch) | |
tree | 465b352c7ddacfc394f8f7f0ddb9fa20cabc941e /comms/zssh | |
parent | 9037d1c252a7d1c32a9472d883a0f012f74f19c8 (diff) | |
download | freebsd-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-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> |