diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-04-04 21:43:43 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-04-04 21:43:43 +0000 |
| commit | 56f7a63a7a9c3c15238556210d7f6ab56b67501b (patch) | |
| tree | 387d4c52e84839d46f0f73036023d45607750504 /sys | |
| parent | 534bd9fecbdf570c46bb543dda9da66e6a6071ec (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/isp/isp_tpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_tpublic.h b/sys/dev/isp/isp_tpublic.h index a497077d0b392..03f832dd8b5a8 100644 --- a/sys/dev/isp/isp_tpublic.h +++ b/sys/dev/isp/isp_tpublic.h @@ -329,5 +329,5 @@ typedef struct { int r_inst; int r_lunwidth; int r_buswidth; - void (*r_action) __P((int, void *)); + void (*r_action)(int, void *); } hba_register_t; |
