mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
16 lines
487 B
Plaintext
16 lines
487 B
Plaintext
$NetBSD: patch-ae,v 1.3 2012/05/16 17:42:37 tron Exp $
|
|
|
|
Fix build under Solaris and DragonFly.
|
|
|
|
--- src/utils/directory.h.orig 2012-03-29 14:06:11.000000000 +0100
|
|
+++ src/utils/directory.h 2012-05-14 23:40:30.000000000 +0100
|
|
@@ -50,7 +50,7 @@
|
|
// The name and types should match POSIX.
|
|
uint32_t d_fileno;
|
|
uint32_t d_reclen; //Not used. Messes with Solaris.
|
|
- uint8_t d_type;
|
|
+ uint32_t d_type;
|
|
|
|
std::string d_name;
|
|
};
|