diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-09 21:33:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-09 21:33:46 +0000 |
commit | c6c0af96adffb0022f3a8ab8ac0343f2fcbcad17 (patch) | |
tree | 3a795b54f75d953f1fbc901389a3af4ec31a3d66 /sys/compat/hpux/hpux_tty.c | |
parent | 336d2bbe3d5efc5270e9d8d1bb7774ff2f7c598a (diff) |
split off the m68k-specific parts
Diffstat (limited to 'sys/compat/hpux/hpux_tty.c')
-rw-r--r-- | sys/compat/hpux/hpux_tty.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/hpux/hpux_tty.c b/sys/compat/hpux/hpux_tty.c index a39fbe1cca5..60547a2e474 100644 --- a/sys/compat/hpux/hpux_tty.c +++ b/sys/compat/hpux/hpux_tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux_tty.c,v 1.9 2003/06/02 23:28:00 millert Exp $ */ +/* $OpenBSD: hpux_tty.c,v 1.10 2004/07/09 21:33:45 mickey Exp $ */ /* $NetBSD: hpux_tty.c,v 1.14 1997/04/01 19:59:05 scottr Exp $ */ /* @@ -472,6 +472,7 @@ hpuxtobsdbaud(hpux_speed) return(hpuxtobsdbaudtab[hpux_speed & TIO_CBAUD]); } +#ifndef __hppa__ int hpux_sys_stty_6x(p, v, retval) struct proc *p; @@ -499,6 +500,7 @@ hpux_sys_gtty_6x(p, v, retval) return (getsettty(p, SCARG(uap, fd), HPUXTIOCSETP, SCARG(uap, arg))); } +#endif /* * Simplified version of ioctl() for use by |