timeout/untimeout ==> callout_*
[dragonfly.git] / sys / dev / netif / nv / basetype.h.patch
1 $DragonFly: src/sys/dev/netif/nv/Attic/basetype.h.patch,v 1.1 2004/08/28 15:08:02 joerg Exp $
2
3 diff -u nvnet/basetype.h nv/basetype.h
4 --- nvnet/basetype.h    2003-05-06 21:39:38.000000000 +0200
5 +++ nv/basetype.h       2004-08-19 18:11:43.000000000 +0200
6 @@ -10,11 +10,12 @@
7  
8  #define HDB_VERSION_STRING "HDR B: $Revision: #4 $"
9  
10 -// Fundamental data types
11 -// UCHAR    8 bit unsigned
12 -// UINT     either 16bit or 32bit unsigned depending upon compiler
13 -// USHORT   16 bit unsigned
14 -// ULONG    32 bit unsigned
15 +/*  Fundamental data types
16 + *  UCHAR    8 bit unsigned
17 + *  UINT     either 16bit or 32bit unsigned depending upon compiler
18 + *  USHORT   16 bit unsigned
19 + *  ULONG    32 bit unsigned
20 + */
21  
22  typedef unsigned char   UCHAR;
23  typedef unsigned int    UINT;
24 @@ -22,10 +23,10 @@
25  typedef unsigned long   ULONG;
26  #define VOID            void
27  
28 -// Constructed types
29 +/* Constructed types */
30  typedef VOID            *PVOID;
31  
32 -// These are USEFUL "types"
33 +/* These are USEFUL "types" */
34  #ifndef NULL
35  #define NULL            0
36  #endif
37 @@ -38,4 +39,4 @@
38  #define FALSE           0
39  #endif
40  
41 -#endif // _BASETYPE_H_
42 +#endif /* _BASETYPE_H_ */