diff options
author | 1996-04-18 21:21:26 +0000 | |
---|---|---|
committer | 1996-04-18 21:21:26 +0000 | |
commit | cb7a37b6ee34b24db066c84784faa2101b8894c3 (patch) | |
tree | ecb303553b181496ae2bd9221b5d5730233b53c7 /sys/compat/linux/linux_termios.h | |
parent | Initial revision (diff) | |
download | wireguard-openbsd-cb7a37b6ee34b24db066c84784faa2101b8894c3.tar.xz wireguard-openbsd-cb7a37b6ee34b24db066c84784faa2101b8894c3.zip |
Merge of NetBSD 960317
Diffstat (limited to 'sys/compat/linux/linux_termios.h')
-rw-r--r-- | sys/compat/linux/linux_termios.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_termios.h b/sys/compat/linux/linux_termios.h index be65628dc00..dec7c6ba8be 100644 --- a/sys/compat/linux/linux_termios.h +++ b/sys/compat/linux/linux_termios.h @@ -1,4 +1,5 @@ -/* $OpenBSD: linux_termios.h,v 1.2 1996/04/17 05:24:09 mickey Exp $ */ +/* $OpenBSD: linux_termios.h,v 1.3 1996/04/18 21:21:40 niklas Exp $ */ + #define LINUX_TCGETS _LINUX_IO('T', 1) #define LINUX_TCSETS _LINUX_IO('T', 2) #define LINUX_TCSETSW _LINUX_IO('T', 3) |