Remove declaration of the nblkdev and nchrdev variables.

This commit is contained in:
Dmitrij Tejblum 1999-05-31 20:42:41 +00:00
parent a97c75b7ea
commit faaf4ecfd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47644

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)systm.h 8.7 (Berkeley) 3/29/95
* $Id: systm.h,v 1.88 1999/04/21 07:26:30 peter Exp $
* $Id: systm.h,v 1.89 1999/05/11 19:54:59 phk Exp $
*/
#ifndef _SYS_SYSTM_H_
@ -53,8 +53,6 @@ extern int safepri; /* safe ipl when cold or panicing */
extern char version[]; /* system version */
extern char copyright[]; /* system copyright */
extern int nblkdev; /* number of entries in bdevsw */
extern int nchrdev; /* number of entries in cdevsw */
extern int nswap; /* size of swap space */
extern int selwait; /* select timeout address */