Module Name:    src
Committed By:   kamil
Date:           Fri Feb 17 01:49:24 UTC 2017

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

Log Message:
Commit TRAP_HWWPT -> TRAP_DBREG switch in <sys/siginfo.h>

This is integral part of the previous two commits.

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/sys/siginfo.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/siginfo.h
diff -u src/sys/sys/siginfo.h:1.30 src/sys/sys/siginfo.h:1.31
--- src/sys/sys/siginfo.h:1.30	Sun Jan 15 21:42:03 2017
+++ src/sys/sys/siginfo.h	Fri Feb 17 01:49:24 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: siginfo.h,v 1.30 2017/01/15 21:42:03 kamil Exp $	 */
+/*	$NetBSD: siginfo.h,v 1.31 2017/02/17 01:49:24 kamil Exp $	 */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -213,7 +213,7 @@ typedef union siginfo {
 #define	TRAP_EXEC	3	/* Process exec trap			*/
 #define	TRAP_CHLD	4	/* Process child trap			*/
 #define	TRAP_LWP	5	/* Process lwp trap			*/
-#define	TRAP_HWWPT	6	/* Process hardware assisted watchpoint	*/
+#define	TRAP_DBREG	6	/* Process hardware debug register trap	*/
 
 /* SIGCHLD */
 #define	CLD_EXITED	1	/* Child has exited			*/

Reply via email to