svn commit: r304740 - head/sys/compat/ia32

Ed Schouten ed at FreeBSD.org
Wed Aug 24 09:57:20 UTC 2016


Author: ed
Date: Wed Aug 24 09:57:19 2016
New Revision: 304740
URL: https://svnweb.freebsd.org/changeset/base/304740

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

Modified:
  head/sys/compat/ia32/ia32_signal.h

Modified: head/sys/compat/ia32/ia32_signal.h
==============================================================================
--- head/sys/compat/ia32/ia32_signal.h	Wed Aug 24 09:20:27 2016	(r304739)
+++ head/sys/compat/ia32/ia32_signal.h	Wed Aug 24 09:57:19 2016	(r304740)
@@ -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