From owner-freebsd-alpha Sun Nov 5 16:28:20 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 1D8B637B4E5 for ; Sun, 5 Nov 2000 16:28:18 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id B8B2E458 for ; Sun, 5 Nov 2000 16:28:17 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id QAA27882 for ; Sun, 5 Nov 2000 16:28:17 -0800 (PST) Message-ID: <3A05FB20.99C6AFBE@cup.hp.com> Date: Sun, 05 Nov 2000 16:28:16 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: alpha@FreeBSD.org Subject: sizeof(struct sigframe) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, It seems beast is down. Can someone tell me what the size of struct sigframe is on Alpha? The following compiles on i386: #include #include #include #include int main() { printf("%d\n", sizeof(struct sigframe)); return 0; } Thanks, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message