From owner-cvs-include Sat Jan 10 20:10:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA08151 for cvs-include-outgoing; Sat, 10 Jan 1998 20:10:45 -0800 (PST) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA08092; Sat, 10 Jan 1998 20:10:13 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA04954; Sat, 10 Jan 1998 19:46:28 -0800 (PST) Date: Sat, 10 Jan 1998 19:46:28 -0800 (PST) Message-Id: <199801110346.TAA04954@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include setjmp.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/10 19:46:27 PST Modified files: include setjmp.h Log: Move _JBLEN definition to like on NetBSD. Remove definitions for architectures that we don't have libc MD source for. Change 'int' to 'long' in sigjmp_buf and jmp_buf structures so that they are suitable for the register size on both i386 and alpha. Although FreeBSD defines these structures differently to NetBSD, the element size is now the same. If Bruce doesn't like this [8-)], we'll need to add a typedef to each and use that in . Revision Changes Path 1.5 +4 -25 src/include/setjmp.h