diff options
Diffstat (limited to 'sys/pci/if_de.c')
-rw-r--r-- | sys/pci/if_de.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index 2dce9a5..0a1b599 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -1,5 +1,5 @@ /* $NetBSD: if_de.c,v 1.80 1998/09/25 18:06:53 matt Exp $ */ -/* $Id: if_de.c,v 1.90 1998/11/06 02:13:13 peter Exp $ */ +/* $Id: if_de.c,v 1.91 1998/11/28 00:25:32 msmith Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) @@ -5310,7 +5310,7 @@ tulip_pci_shutdown( } #endif -static char* +static const char* tulip_pci_probe( pcici_t config_id, pcidi_t device_id) |