Restore #endif which was mistakenly removed in previous.
This commit is contained in:
parent
ba98d9bf9e
commit
c8ff6232b7
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: conf.c,v 1.4 2001/03/21 22:25:55 lukem Exp $ */
|
||||
/* $NetBSD: conf.c,v 1.5 2001/04/03 22:46:03 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -180,6 +180,7 @@ cdev_decl(tun);
|
|||
#if 0
|
||||
#include "lpt.h"
|
||||
cdev_decl(lpt);
|
||||
#endif
|
||||
|
||||
#include "scsibus.h"
|
||||
cdev_decl(scsibus);
|
||||
|
|
Loading…
Reference in New Issue