svn commit: r320769 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Fri Jul 7 11:22:07 UTC 2017


Author: pho
Date: Fri Jul  7 11:22:06 2017
New Revision: 320769
URL: https://svnweb.freebsd.org/changeset/base/320769

Log:
  Reintroduce defines mistakenly removed.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/sigreturn.sh

Modified: user/pho/stress2/misc/sigreturn.sh
==============================================================================
--- user/pho/stress2/misc/sigreturn.sh	Fri Jul  7 11:20:35 2017	(r320768)
+++ user/pho/stress2/misc/sigreturn.sh	Fri Jul  7 11:22:06 2017	(r320769)
@@ -77,6 +77,10 @@ unsigned long buf[] = {
 0xffffffe8, 0xe445c7ff, 0x00000000, 0xc76634eb, 0x00200c46, 0xffe845c7
 };
 
+#if !defined(SYS_freebsd4_sigreturn)
+#define SYS_freebsd4_sigreturn 344
+#endif
+
 static void
 hand(int i __unused) {	/* handler */
 	_exit(1);


More information about the svn-src-user mailing list