diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
| commit | e51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch) | |
| tree | 13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/puc/puc.c | |
| parent | c605e9e62f94150fea168cf43328076ea7789885 (diff) | |
Notes
Diffstat (limited to 'sys/dev/puc/puc.c')
| -rw-r--r-- | sys/dev/puc/puc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index b0a83338c679..a6d6097114b7 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -115,7 +115,7 @@ struct puc_softc { struct { struct device *dev; /* filled in by bus_setup_intr() */ - void (*ihand) __P((void *)); + void (*ihand)(void *); void *ihandarg; } sc_ports[PUC_MAX_PORTS]; }; |
