Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / ibutton-pdkit / patches / patch-ad
blob71bc5bac2aa8900a806c0091a01e8ceda0e12f7f
1 $NetBSD$
3 --- msginc.h.orig       2006-03-25 17:59:30.000000000 +0000
4 +++ msginc.h
5 @@ -51,7 +51,7 @@
6  #ifndef OW_UCHAR
7     #define OW_UCHAR
8     typedef unsigned char  uchar;
9 -   #ifdef WIN32
10 +   #if defined(WIN32) || defined(__DragonFly__)
11        typedef unsigned short ushort;
12        typedef unsigned long  ulong;
13     #endif