View | Details | Raw Unified | Return to bug 34314
Collapse All | Expand All

(-)zssh/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	zssh
8
PORTNAME=	zssh
9
PORTVERSION=	1.5a
9
PORTVERSION=	1.5a
10
PORTREVISION=	1
10
CATEGORIES=	comms security
11
CATEGORIES=	comms security
11
MASTER_SITES=	http://prdownloads.sf.net/zssh/
12
MASTER_SITES=	http://prdownloads.sf.net/zssh/
12
EXTRACT_SUFX=	.tgz
13
EXTRACT_SUFX=	.tgz
(-)zssh/files/patch-aa (+18 lines)
Line 0 Link Here
1
--- zssh.h.old	Sun Jan 27 06:49:15 2002
2
+++ zssh.h	Sun Jan 27 06:49:25 2002
3
@@ -33,6 +33,7 @@
4
 #include "config.h"
5
 
6
 #ifdef STDC_HEADERS
7
+#include <sys/types.h>
8
 #include <stdlib.h>
9
 #include <stdio.h>
10
 #include <errno.h>
11
@@ -45,7 +46,6 @@
12
 
13
 //#include <term.h> /*alpha*/
14
 
15
-#include <sys/types.h>
16
 #include <sys/stat.h>
17
 #endif /* STDC_HEADERS */
18

Return to bug 34314