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/pci/meteor.c | |
| parent | c605e9e62f94150fea168cf43328076ea7789885 (diff) | |
Notes
Diffstat (limited to 'sys/pci/meteor.c')
| -rw-r--r-- | sys/pci/meteor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index 9020d677be3f..340c70969b86 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -179,7 +179,7 @@ #error "The meteor device requires the old pci compatibility shims" #endif -static void meteor_intr __P((void *arg)); +static void meteor_intr(void *arg); /* * Allocate enough memory for: |
