Module Name:    src
Committed By:   mrg
Date:           Sat Dec 26 19:31:35 UTC 2009

Modified Files:
        src/sys/sys: termios.h

Log Message:
s/SIGINTR/SIGINT/ here as well as termios.4.  from j...@openbsd.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/sys/termios.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/termios.h
diff -u src/sys/sys/termios.h:1.30 src/sys/sys/termios.h:1.31
--- src/sys/sys/termios.h:1.30	Sat Aug  8 21:23:15 2009
+++ src/sys/sys/termios.h	Sat Dec 26 19:31:34 2009
@@ -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 */

Reply via email to