Module Name:    src
Committed By:   thorpej
Date:           Fri Oct 29 01:04:53 UTC 2021

Modified Files:
        src/sys/arch/i386/include: signal.h

Log Message:
Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/i386/include/signal.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/arch/i386/include/signal.h
diff -u src/sys/arch/i386/include/signal.h:1.30 src/sys/arch/i386/include/signal.h:1.31
--- src/sys/arch/i386/include/signal.h:1.30	Tue Oct 26 16:16:35 2021
+++ src/sys/arch/i386/include/signal.h	Fri Oct 29 01:04:53 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: signal.h,v 1.30 2021/10/26 16:16:35 christos Exp $	*/
+/*	$NetBSD: signal.h,v 1.31 2021/10/29 01:04:53 thorpej Exp $	*/
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@@ -38,6 +38,8 @@
 
 typedef int sig_atomic_t;
 
+#define	__HAVE_STRUCT_SIGCONTEXT
+
 #if defined(_NETBSD_SOURCE)
 /*
  * Get the "code" values
@@ -78,7 +80,6 @@ struct sigcontext13 {
 	int	sc_err;
 };
 
-#define	__HAVE_STRUCT_SIGCONTEXT
 struct sigcontext {
 	int	sc_gs;
 	int	sc_fs;

Reply via email to