diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-01-12 00:36:36 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-01-12 00:36:36 +0000 |
| commit | d20a303759a20794d12dc824a5eba60d08a9bd4f (patch) | |
| tree | d19858e73281103d6752c0401f9ed83d4d1d3414 /sys/dev/si | |
| parent | 0044fd3054fe3fdd89a7a97ed31aea9a31ed0832 (diff) | |
Notes
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/si.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 4f91d8a44330..230e38726761 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.76 1998/08/23 08:26:40 bde Exp $ + * $Id: si.c,v 1.77 1998/08/23 10:12:12 bde Exp $ */ #ifndef lint @@ -133,7 +133,7 @@ static u_long sipcieisacount = 0; #if NPCI > 0 -static char *sipciprobe __P((pcici_t, pcidi_t)); +static const char *sipciprobe __P((pcici_t, pcidi_t)); static void sipciattach __P((pcici_t, int)); static struct pci_device sipcidev = { @@ -316,7 +316,7 @@ static char *si_type[] = { #if NPCI > 0 -static char * +static const char * sipciprobe(configid, deviceid) pcici_t configid; pcidi_t deviceid; |
