mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
$NetBSD: patch-ab,v 1.1 2005/12/29 18:58:23 joerg Exp $
|
|
|
|
--- include/pstypes.h.orig 2005-12-29 18:46:17.000000000 +0000
|
|
+++ include/pstypes.h
|
|
@@ -23,7 +23,7 @@ typedef signed char byte;
|
|
|
|
//define unsigned types;
|
|
typedef unsigned char ubyte;
|
|
-#ifndef __unix__
|
|
+#if !defined(__unix__) || defined(__DragonFly__)
|
|
typedef unsigned short ushort;
|
|
typedef unsigned int uint;
|
|
typedef unsigned long ulong;
|