diff options
Diffstat (limited to 'sys/kern/kern_devconf.c')
-rw-r--r-- | sys/kern/kern_devconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_devconf.c b/sys/kern/kern_devconf.c index af0152b..33becac 100644 --- a/sys/kern/kern_devconf.c +++ b/sys/kern/kern_devconf.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_devconf.c,v 1.11 1995/11/20 12:42:01 phk Exp $ + * $Id: kern_devconf.c,v 1.12 1995/12/06 23:37:06 bde Exp $ */ /* @@ -38,7 +38,7 @@ #include <sys/sysctl.h> #include <sys/devconf.h> -struct kern_devconf *dc_list = 0; +static struct kern_devconf *dc_list = 0; static unsigned dc_lastnum = 0; int |