svn commit: r248153 - head/sys/arm/include

Olivier Houchard cognet at FreeBSD.org
Mon Mar 11 10:56:47 UTC 2013


Author: cognet
Date: Mon Mar 11 10:56:46 2013
New Revision: 248153
URL: http://svnweb.freebsd.org/changeset/base/248153

Log:
  Don't use an empty struct.

Modified:
  head/sys/arm/include/signal.h

Modified: head/sys/arm/include/signal.h
==============================================================================
--- head/sys/arm/include/signal.h	Mon Mar 11 10:49:02 2013	(r248152)
+++ head/sys/arm/include/signal.h	Mon Mar 11 10:56:46 2013	(r248153)
@@ -42,6 +42,7 @@ typedef	long sig_atomic_t;
 #if __BSD_VISIBLE
 
 struct sigcontext {
+	int _dummy;
 };
 
 #endif


More information about the svn-src-all mailing list