Fix botch in netbsd-1-2 merge (multiple inclusion of <sys/tty.h>),
pointed out by Jonathan Stone <jonathan@DSG.Standford.EDU>.
This commit is contained in:
parent
c11d591cfe
commit
4a23efc7bc
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: init_main.c,v 1.87 1996/10/09 00:59:15 thorpej Exp $ */
|
||||
/* $NetBSD: init_main.c,v 1.88 1996/10/10 00:27:41 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Christopher G. Demetriou. All rights reserved.
|
||||
|
@ -62,7 +62,6 @@
|
|||
#include <sys/device.h>
|
||||
#include <sys/protosw.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/tty.h>
|
||||
#include <sys/user.h>
|
||||
#ifdef SYSVSHM
|
||||
#include <sys/shm.h>
|
||||
|
|
Loading…
Reference in New Issue