pkgsrc/misc/ibutton-pdkit/patches/patch-ac
2006-03-25 18:04:04 +00:00

13 lines
365 B
Text

$NetBSD: patch-ac,v 1.1 2006/03/25 18:04:04 joerg Exp $
--- ownet.h.orig 2006-03-25 17:56:56.000000000 +0000
+++ ownet.h
@@ -39,7 +39,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