Restore #endif which was mistakenly removed in previous.

This commit is contained in:
tsutsui 2001-04-03 22:46:03 +00:00
parent ba98d9bf9e
commit c8ff6232b7
1 changed files with 2 additions and 1 deletions

View File

@ -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);