From owner-svn-src-user@freebsd.org Fri Jul 7 11:22:07 2017 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 807CADA0A05 for ; Fri, 7 Jul 2017 11:22:07 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B9B976388; Fri, 7 Jul 2017 11:22:07 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v67BM6Iv065825; Fri, 7 Jul 2017 11:22:06 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v67BM6up065824; Fri, 7 Jul 2017 11:22:06 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201707071122.v67BM6up065824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Fri, 7 Jul 2017 11:22:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r320769 - user/pho/stress2/misc X-SVN-Group: user X-SVN-Commit-Author: pho X-SVN-Commit-Paths: user/pho/stress2/misc X-SVN-Commit-Revision: 320769 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2017 11:22:07 -0000 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);