mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
$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>
|
|
|