diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 06:37:37 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 06:37:37 +0000 |
| commit | 2cbe36f7259481bdc879887e0afc0394e15be45a (patch) | |
| tree | 13a21b9677a58fef30a78bbb8d207d106092329e /sys/dev/en | |
| parent | 9402b52081f0f68b7ce0580b700b6bb14bc53e8e (diff) | |
Notes
Diffstat (limited to 'sys/dev/en')
| -rw-r--r-- | sys/dev/en/if_en_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/en/if_en_pci.c b/sys/dev/en/if_en_pci.c index 37db78ed1511..acc6f6338308 100644 --- a/sys/dev/en/if_en_pci.c +++ b/sys/dev/en/if_en_pci.c @@ -80,7 +80,7 @@ */ static void en_pci_attach __P((pcici_t, int)); -static char *en_pci_probe __P((pcici_t, pcidi_t)); +static const char *en_pci_probe __P((pcici_t, pcidi_t)); #ifdef SHUTDOWN_PRE_SYNC static void en_pci_shutdown __P((int, void *)); #else @@ -203,7 +203,7 @@ void *v; * autoconfig stuff */ -static char *en_pci_probe(config_id, device_id) +static const char *en_pci_probe(config_id, device_id) pcici_t config_id; pcidi_t device_id; |
