svn commit: r307135 - stable/11/sys/compat/ia32

Ed Schouten ed at FreeBSD.org
Wed Oct 12 09:16:17 UTC 2016


Author: ed
Date: Wed Oct 12 09:16:16 2016
New Revision: 307135
URL: https://svnweb.freebsd.org/changeset/base/307135

Log:
  MFC r304740:
  
    Add missing header dependency.
  
    This header depends on sigaltstack32 being declared.

Modified:
  stable/11/sys/compat/ia32/ia32_signal.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/compat/ia32/ia32_signal.h
==============================================================================
--- stable/11/sys/compat/ia32/ia32_signal.h	Wed Oct 12 09:13:16 2016	(r307134)
+++ stable/11/sys/compat/ia32/ia32_signal.h	Wed Oct 12 09:16:16 2016	(r307135)
@@ -32,6 +32,8 @@
 #ifndef	_COMPAT_IA32_IA32_SIGNAL_H
 #define	_COMPAT_IA32_IA32_SIGNAL_H
 
+#include <compat/freebsd32/freebsd32_signal.h>
+
 #define	_MC_IA32_HASSEGS	0x1
 #define	_MC_IA32_HASBASES	0x2
 #define	_MC_IA32_HASFPXSTATE	0x4


More information about the svn-src-all mailing list