diff options
author | 2005-01-31 21:35:49 +0000 | |
---|---|---|
committer | 2005-01-31 21:35:49 +0000 | |
commit | 99ca9df233c60c12a10e621cabf3ed034f66917f (patch) | |
tree | 3234a28dc9496631b2dd41ffbe61b5141a4f3508 /sys/arch/sgi/include/intr.h | |
parent | Move md_clk_attach() prototype to mips64/dev/clockvar.h. (diff) | |
download | wireguard-openbsd-99ca9df233c60c12a10e621cabf3ed034f66917f.tar.xz wireguard-openbsd-99ca9df233c60c12a10e621cabf3ed034f66917f.zip |
Un-__P.
ok pefo@
Diffstat (limited to 'sys/arch/sgi/include/intr.h')
-rw-r--r-- | sys/arch/sgi/include/intr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/include/intr.h b/sys/arch/sgi/include/intr.h index e6532535f59..082114a92c1 100644 --- a/sys/arch/sgi/include/intr.h +++ b/sys/arch/sgi/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.11 2005/01/02 19:34:15 kettenis Exp $ */ +/* $OpenBSD: intr.h,v 1.12 2005/01/31 21:35:50 grange Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -256,7 +256,7 @@ extern void *hwmask_addr; */ void *generic_intr_establish(void *, u_long, int, int, - int (*) __P((void *)), void *, char *); + int (*)(void *), void *, char *); void generic_intr_disestablish(void *, void *); void generic_intr_makemasks(void); void generic_do_pending_int(int); |