mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-02 16:41:09 -04:00
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
$NetBSD: patch-ad,v 1.2 2006/03/24 12:35:19 joerg Exp $
|
|
|
|
--- src/l64seek.h Sun May 14 14:04:23 2000
|
|
+++ src/l64seek.h Sun Jul 16 10:59:15 2000
|
|
@@ -33,7 +33,7 @@
|
|
#endif
|
|
|
|
|
|
-#if defined(__FreeBSD__)
|
|
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
|
|
typedef off_t off64_t;
|
|
#endif
|
|
|