mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Include sys/time.h before sys/resource.h so this compiles again on 3.5.
PR: 20724 Submitted by: zdenko@cs.uh.edu
This commit is contained in:
parent
50245b8793
commit
7462b5d634
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32291
10
ftp/hsftp/files/patch-aa
Normal file
10
ftp/hsftp/files/patch-aa
Normal file
@ -0,0 +1,10 @@
|
||||
--- hsftp.c.orig Sun Aug 27 13:06:30 2000
|
||||
+++ hsftp.c Sun Aug 27 13:06:42 2000
|
||||
@@ -58,6 +58,7 @@
|
||||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
+#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include "config.h"
|
Loading…
Reference in New Issue
Block a user