From 4e34ff4e34384bd86c5183cd03598c41e5665b57 Mon Sep 17 00:00:00 2001 From: eivind Date: Tue, 12 Jan 1999 00:36:36 +0000 Subject: Silence warnings. --- sys/dev/si/si.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/si') diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 4f91d8a..230e387 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; -- cgit v1.1