diff options
| author | christos <christos@NetBSD.org> | 2004-11-13 07:20:35 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2004-11-13 07:20:35 +0000 |
| commit | 1265044e00a707a3ea67624905d6ed9a90ecba90 (patch) | |
| tree | 3fb1170f5b17cd58b20e1c6b4b550dc09a9a78bb /sys/compat/linux | |
| parent | 44264ea2a6c982d4c477205fceba0d5fcffe9edb (diff) | |
add LINUX_TIOCGPTN
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/i386/linux_termios.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/arch/i386/linux_termios.h b/sys/compat/linux/arch/i386/linux_termios.h index fb186a492b3..516a02bbf61 100644 --- a/sys/compat/linux/arch/i386/linux_termios.h +++ b/sys/compat/linux/arch/i386/linux_termios.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_termios.h,v 1.5 2001/08/26 17:26:31 manu Exp $ */ +/* $NetBSD: linux_termios.h,v 1.6 2004/11/13 07:20:35 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -81,6 +81,7 @@ #define LINUX_TIOCGETD _LINUX_IO('T', 36) #define LINUX_TCSBRKP _LINUX_IO('T', 37) #define LINUX_TIOCTTYGSTRUCT _LINUX_IO('T', 38) +#define LINUX_TIOCGPTN _LINUX_IO('T', 48) #define LINUX_FIONCLEX _LINUX_IO('T', 80) #define LINUX_FIOCLEX _LINUX_IO('T', 81) |
