repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
misc
/
ibutton-pdkit
/
patches
/
patch-ab
blob
484376cf24519848523aba9c7de04c06af6cf157
1
$NetBSD$
2
3
--- 1wsensor.h.orig 2006-03-25 17:55:56.000000000 +0000
4
+++ 1wsensor.h
5
@@ -45,7 +45,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