|
|
| version 1.2, 2003/06/17 04:28:23 | version 1.3, 2004/02/13 01:33:19 |
|---|---|
| Line 24 | Line 24 |
| * SUCH DAMAGE. | * SUCH DAMAGE. |
| * | * |
| * $FreeBSD: src/sys/dev/ciss/cissvar.h,v 1.3.2.2 2003/02/06 21:42:59 ps Exp $ | * $FreeBSD: src/sys/dev/ciss/cissvar.h,v 1.3.2.2 2003/02/06 21:42:59 ps Exp $ |
| * $DragonFly: src/sys/dev/ciss/cissvar.h,v 1.1 2003/06/16 06:00:49 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| /* | /* |
| Line 75 | Line 75 |
| /************************************************************************ | /************************************************************************ |
| * Compatibility with older versions of FreeBSD | * Compatibility with older versions of FreeBSD |
| */ | */ |
| #if __FreeBSD_version < 440001 | #if defined(__FreeBSD__) && __FreeBSD_version < 440001 |
| #warning testing old-FreeBSD compat | #warning testing old-FreeBSD compat |
| typedef struct proc d_thread_t; | typedef struct proc d_thread_t; |
| #endif | #endif |