summaryrefslogtreecommitdiff
path: root/sys/kern/tty_pty.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-04-21 22:33:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-04-21 22:33:19 +0000
commit67d88b0a9910a68bb666b448d2dac29cb4d3d8c2 (patch)
tree967b89f6e07398a22bd8c76d30179b648776542d /sys/kern/tty_pty.c
parentba95d3c1d69cdb251d15a12ebf70f50b0ea2019b (diff)
partial sync with netbsd 960418, more to come
Diffstat (limited to 'sys/kern/tty_pty.c')
-rw-r--r--sys/kern/tty_pty.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c
index d1912abfe22..b6e07d9f5fd 100644
--- a/sys/kern/tty_pty.c
+++ b/sys/kern/tty_pty.c
@@ -1,4 +1,4 @@
-/* $NetBSD: tty_pty.c,v 1.32 1996/02/09 19:00:41 christos Exp $ */
+/* $NetBSD: tty_pty.c,v 1.33 1996/03/30 22:24:45 christos Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -52,9 +52,8 @@
#include <sys/vnode.h>
#include <sys/signalvar.h>
#include <sys/uio.h>
+#include <sys/conf.h>
-#undef NPTY /* XXX */
-#include <kern/kern_conf.h>
#if NPTY == 1