From a9810f2e4406559596eb8337a7a35f248cdbb080 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 26 Oct 2009 20:14:43 +0000 Subject: Rename struct confargs to struct mainbus_attach_args for consistency and also to prevent further abuse of it. --- sys/arch/sgi/include/autoconf.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/sgi/include') diff --git a/sys/arch/sgi/include/autoconf.h b/sys/arch/sgi/include/autoconf.h index 977f073359a..d7003f4157e 100644 --- a/sys/arch/sgi/include/autoconf.h +++ b/sys/arch/sgi/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.21 2009/10/26 18:00:06 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.22 2009/10/26 20:14:42 miod Exp $ */ /* * Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -70,9 +70,9 @@ struct sys_rec { extern struct sys_rec sys_config; -struct confargs { - char *ca_name; - int16_t ca_nasid; +struct mainbus_attach_args { + const char *maa_name; + int16_t maa_nasid; }; void enaddr_aton(const char *, u_int8_t *); -- cgit v1.2.3