change from:

struct io_stats
	{
to:
	struct io_stats {
This commit is contained in:
yamt 2006-04-21 13:56:45 +00:00
parent b9eb99f927
commit 248511d430

View File

@ -1,4 +1,4 @@
/* $NetBSD: iostat.h,v 1.4 2006/04/21 13:53:30 yamt Exp $ */
/* $NetBSD: iostat.h,v 1.5 2006/04/21 13:56:45 yamt Exp $ */
/*-
* Copyright (c) 1996, 1997, 2004 The NetBSD Foundation, Inc.
@ -81,8 +81,7 @@ struct io_sysctl {
* together in drivelist.
*/
struct io_stats
{
struct io_stats {
char *io_name; /* device name */
void *io_parent; /* pointer to what we are attached to */
int io_type; /* type of device the state belong to */