1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Fix a compile problem on -current.

PR:		34314
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-01-27 01:00:04 +00:00
parent bbf6e9b1b5
commit 14b9472763
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53809
2 changed files with 19 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= zssh
PORTVERSION= 1.5a
PORTREVISION= 1
CATEGORIES= comms security
MASTER_SITES= http://prdownloads.sf.net/zssh/
EXTRACT_SUFX= .tgz

18
comms/zssh/files/patch-aa Normal file
View File

@ -0,0 +1,18 @@
--- zssh.h.old Sun Jan 27 06:49:15 2002
+++ zssh.h Sun Jan 27 06:49:25 2002
@@ -33,6 +33,7 @@
#include "config.h"
#ifdef STDC_HEADERS
+#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
@@ -45,7 +46,6 @@
//#include <term.h> /*alpha*/
-#include <sys/types.h>
#include <sys/stat.h>
#endif /* STDC_HEADERS */