diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/ic/stireg.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/ic/stireg.h')
-rw-r--r-- | sys/dev/ic/stireg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/stireg.h b/sys/dev/ic/stireg.h index 466fa9bd29b..49c8c4f47e8 100644 --- a/sys/dev/ic/stireg.h +++ b/sys/dev/ic/stireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stireg.h,v 1.3 2001/01/11 21:30:30 mickey Exp $ */ +/* $OpenBSD: stireg.h,v 1.4 2002/03/14 01:26:55 millert Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -217,8 +217,8 @@ typedef struct sti_cfg { /* routine types */ #define STI_DEP(n) \ - typedef int (*sti_##n##_t) __P(( \ - sti_##n##flags_t, sti_##n##in_t, sti_##n##out_t, sti_cfg_t)); + typedef int (*sti_##n##_t)( \ + sti_##n##flags_t, sti_##n##in_t, sti_##n##out_t, sti_cfg_t); typedef struct sti_initflags { u_int32_t flags; |