Add a pointing to an explanation of why we have #ifdef pmax stuff in here.
This commit is contained in:
parent
795733c59e
commit
f015d3c5a1
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: tty_pty.c,v 1.119 2009/10/14 19:25:39 dsl Exp $ */
|
||||
/* $NetBSD: tty_pty.c,v 1.120 2009/12/20 19:06:44 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: tty_pty.c,v 1.119 2009/10/14 19:25:39 dsl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: tty_pty.c,v 1.120 2009/12/20 19:06:44 pooka Exp $");
|
||||
|
||||
#include "opt_ptm.h"
|
||||
|
||||
@ -119,6 +119,7 @@ const struct cdevsw pts_cdevsw = {
|
||||
};
|
||||
|
||||
#if defined(pmax)
|
||||
/* see arch/pmax/conf/majors.pmax */
|
||||
const struct cdevsw ptc_ultrix_cdevsw = {
|
||||
ptcopen, ptcclose, ptcread, ptcwrite, ptyioctl,
|
||||
nullstop, ptytty, ptcpoll, nommap, ptckqfilter, D_TTY
|
||||
|
Loading…
Reference in New Issue
Block a user