conf.h: declare com instead of drcom.

conf.c: remove com declarations.
This commit is contained in:
is 1997-09-27 10:38:10 +00:00
parent fa6b4a3a7b
commit b0f51853ef
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.c,v 1.44 1997/08/27 20:18:20 is Exp $ */
/* $NetBSD: conf.c,v 1.45 1997/09/27 10:38:10 is Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@ -91,7 +91,6 @@ int nblkdev = sizeof(bdevsw) / sizeof(bdevsw[0]);
#include "view.h"
#include "mfcs.h"
#include "com.h"
cdev_decl(com);
#include "audio.h"
cdev_decl(audio);
dev_decl(filedesc,open);

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.h,v 1.4 1996/11/30 01:13:07 is Exp $ */
/* $NetBSD: conf.h,v 1.5 1997/09/27 10:38:19 is Exp $ */
/*
* Copyright (c) 1996 Bernd Ernesti. All rights reserved.
@ -74,7 +74,7 @@ cdev_decl(msc);
cdev_decl(mfcs);
cdev_decl(drcom);
cdev_decl(com);
cdev_decl(view);