diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 05:47:29 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 05:47:29 +0000 |
commit | 35f069d08b51be1bccf4c57a22caeef766fae2de (patch) | |
tree | 819101c54fadc8abdda4f5c647a0059d18f539ed /sys/pci/if_de.c | |
parent | f7bb75c92a424d5ed621a7f774682c4c4fa19ee7 (diff) |
Notes
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 2dce9a50c66d..0a1b599d8f3f 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) |