Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys PR 38290 Adam Hoka: IXANY should exist for _XOPEN_SO...
details: https://anonhg.NetBSD.org/src/rev/19bdc8b5839e
branches: trunk
changeset: 346750:19bdc8b5839e
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Jul 31 21:34:53 2016 +0000
description:
PR 38290 Adam Hoka: IXANY should exist for _XOPEN_SOURCE
diffstat:
sys/sys/termios.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a9ecc3eb7fd8 -r 19bdc8b5839e sys/sys/termios.h
--- a/sys/sys/termios.h Sun Jul 31 20:34:04 2016 +0000
+++ b/sys/sys/termios.h Sun Jul 31 21:34:53 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: termios.h,v 1.32 2013/07/11 16:46:06 christos Exp $ */
+/* $NetBSD: termios.h,v 1.33 2016/07/31 21:34:53 dholland Exp $ */
/*
* Copyright (c) 1988, 1989, 1993, 1994
@@ -98,7 +98,7 @@
#define ICRNL 0x00000100U /* map CR to NL (ala CRMOD) */
#define IXON 0x00000200U /* enable output flow control */
#define IXOFF 0x00000400U /* enable input flow control */
-#if defined(_NETBSD_SOURCE)
+#if defined(_XOPEN_SOURCE) || defined(_NETBSD_SOURCE)
#define IXANY 0x00000800U /* any char will restart after stop */
#endif
#if defined(_NETBSD_SOURCE)
Home |
Main Index |
Thread Index |
Old Index