mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
$NetBSD: patch-ad,v 1.1 2006/03/25 18:04:04 joerg Exp $
|
|
|
|
--- msginc.h.orig 2006-03-25 17:59:30.000000000 +0000
|
|
+++ msginc.h
|
|
@@ -51,7 +51,7 @@
|
|
#ifndef OW_UCHAR
|
|
#define OW_UCHAR
|
|
typedef unsigned char uchar;
|
|
- #ifdef WIN32
|
|
+ #if defined(WIN32) || defined(__DragonFly__)
|
|
typedef unsigned short ushort;
|
|
typedef unsigned long ulong;
|
|
#endif
|