2013-09-26 17:14:40 +02:00

14 lines
371 B
Plaintext

$NetBSD: patch-ab,v 1.1 2006/03/25 18:04:04 joerg Exp $
--- 1wsensor.h.orig 2006-03-25 17:55:56.000000000 +0000
+++ 1wsensor.h
@@ -45,7 +45,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