|
|
| version 1.2, 2003/06/17 04:28:22 | version 1.3, 2004/02/12 00:00:19 |
|---|---|
| Line 1 | Line 1 |
| /* $FreeBSD: src/sys/dev/asr/osd_defs.h,v 1.1.2.2 2001/08/23 05:21:29 scottl Exp $ */ | /* $FreeBSD: src/sys/dev/asr/osd_defs.h,v 1.1.2.2 2001/08/23 05:21:29 scottl Exp $ */ |
| /* $DragonFly: src/sys/dev/asr/osd_defs.h,v 1.1 2003/06/16 05:59:48 dillon Exp $ */ | /* $DragonFly$ */ |
| /* | /* |
| * Copyright (c) 1996-1999 Distributed Processing Technology Corporation | * Copyright (c) 1996-1999 Distributed Processing Technology Corporation |
| * All rights reserved. | * All rights reserved. |
| Line 57 | Line 57 |
| # define _DPT_LINUX | # define _DPT_LINUX |
| #elif (defined(__bsdi__)) | #elif (defined(__bsdi__)) |
| # define _DPT_BSDI | # define _DPT_BSDI |
| #elif (defined(__FreeBSD__)) | #elif (defined(__DragonFly__)) |
| # undef _DPT_FREE_BSD | # undef _DPT_FREE_BSD |
| # define _DPT_FREE_BSD | # define _DPT_FREE_BSD |
| #else | #else |