summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/i386/userconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index badd505..dd8843b 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.37 1997/09/19 08:48:02 kato Exp $
+ ** $Id: userconfig.c,v 1.38 1997/10/12 12:01:29 kato Exp $
**/
/**
@@ -130,7 +130,7 @@
#include <pci/pcivar.h>
-MALLOC_DEFINE(M_DEVL, "isa_devlist", "isa_device lists in userconfig()");
+static MALLOC_DEFINE(M_DEVL, "isa_devlist", "isa_device lists in userconfig()");
static struct isa_device *isa_devlist; /* list read by dset to extract changes */
@@ -2381,7 +2381,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.37 1997/09/19 08:48:02 kato Exp $
+ * $Id: userconfig.c,v 1.38 1997/10/12 12:01:29 kato Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud