From owner-cvs-all Sat Aug 15 15:29:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22950 for cvs-all-outgoing; Sat, 15 Aug 1998 15:29:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22943; Sat, 15 Aug 1998 15:29:46 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21619; Sat, 15 Aug 1998 15:29:44 -0700 (PDT) Date: Sat, 15 Aug 1998 15:29:44 -0700 (PDT) Message-Id: <199808152229.PAA21619@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_signal.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/15 15:29:44 PDT Modified files: sys/i386/linux linux_signal.c Log: Oops, the previous fix confused Linux's sigset_t with a pointer type. It can be integral or a struct in POSIX, so it is difficult to print, but it is actually declared as unsigned long. Assume that it is unsigned integral. Revision Changes Path 1.12 +5 -5 src/sys/i386/linux/linux_signal.c