Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys s/SIGINTR/SIGINT/ here as well as termios.4. from j...



details:   https://anonhg.NetBSD.org/src/rev/a7fdd69e32b6
branches:  trunk
changeset: 750336:a7fdd69e32b6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Dec 26 19:31:34 2009 +0000

description:
s/SIGINTR/SIGINT/ here as well as termios.4.  from jmc@openbsd.

diffstat:

 sys/sys/termios.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1b71683c8dbb -r a7fdd69e32b6 sys/sys/termios.h
--- a/sys/sys/termios.h Sat Dec 26 16:01:23 2009 +0000
+++ b/sys/sys/termios.h Sat Dec 26 19:31:34 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: termios.h,v 1.30 2009/08/08 21:23:15 christos Exp $    */
+/*     $NetBSD: termios.h,v 1.31 2009/12/26 19:31:34 mrg Exp $ */
 
 /*
  * Copyright (c) 1988, 1989, 1993, 1994
@@ -88,7 +88,7 @@
  * Input flags - software input processing
  */
 #define        IGNBRK          0x00000001      /* ignore BREAK condition */
-#define        BRKINT          0x00000002      /* map BREAK to SIGINTR */
+#define        BRKINT          0x00000002      /* map BREAK to SIGINT */
 #define        IGNPAR          0x00000004      /* ignore (discard) parity errors */
 #define        PARMRK          0x00000008      /* mark parity and framing errors */
 #define        INPCK           0x00000010      /* enable checking of parity errors */
@@ -168,7 +168,7 @@
 #define        ECHOPRT         0x00000020      /* visual erase mode for hardcopy */
 #define ECHOCTL        0x00000040      /* echo control chars as ^(Char) */
 #endif  /* defined(_NETBSD_SOURCE) */
-#define        ISIG            0x00000080      /* enable signals INTR, QUIT, [D]SUSP */
+#define        ISIG            0x00000080      /* enable signals INT, QUIT, [D]SUSP */
 #define        ICANON          0x00000100      /* canonicalize input lines */
 #if defined(_NETBSD_SOURCE)
 #define ALTWERASE      0x00000200      /* use alternate WERASE algorithm */



Home | Main Index | Thread Index | Old Index