diff options
author | kato <kato@FreeBSD.org> | 1997-10-13 09:22:03 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-10-13 09:22:03 +0000 |
commit | 9b1b334b8a9d3d74ccb6ffc30277dbec0d8ea965 (patch) | |
tree | db823aaeb2ffc13e5cef69db8d2ded69dfe82ffb /sys | |
parent | f1f94ee06d9f1cabd0125162236a1bc50c21af1a (diff) | |
download | FreeBSD-src-9b1b334b8a9d3d74ccb6ffc30277dbec0d8ea965.zip FreeBSD-src-9b1b334b8a9d3d74ccb6ffc30277dbec0d8ea965.tar.gz |
Synchronize with sys/i386/i386/userconfig.c revision 1.269.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pc98/i386/userconfig.c | 6 |
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" |