No need for an explicitly-sized type for sc_flags.

This commit is contained in:
thorpej 1998-06-08 07:06:41 +00:00
parent ea3a1d9c44
commit e12c6ddaf2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rrunnervar.h,v 1.2 1998/05/17 16:46:28 kml Exp $ */
/* $NetBSD: rrunnervar.h,v 1.3 1998/06/08 07:06:41 thorpej Exp $ */
/* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
@ -95,7 +95,7 @@ struct esh_softc {
struct ifnet sc_if;
struct ifmedia sc_media;
u_int32_t sc_flags;
int sc_flags;
#define ESH_FL_INITIALIZED 0x01
#define ESH_FL_RUNCODE_UP 0x02
#define ESH_FL_LINK_UP 0x04