summaryrefslogtreecommitdiff
path: root/archivers/lha/patches/patch-ac
blob: 75735cc8b631815273e26c836c9a3baa1ed521e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.3 2010/01/09 19:10:46 dholland Exp $

time_t compat fixes for NetBSD-6+

--- src/lha.h.orig	2009-02-13 18:28:46.000000000 -0500
+++ src/lha.h	2009-02-13 18:28:10.000000000 -0500
@@ -16,6 +16,7 @@
 #include <sys/types.h>
 #include <sys/file.h>
 #include <sys/stat.h>
+#include <sys/time.h>
 
 #include <signal.h>