From owner-cvs-lib Fri Nov 21 15:20:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA23537 for cvs-lib-outgoing; Fri, 21 Nov 1997 15:20:24 -0800 (PST) (envelope-from owner-cvs-lib) 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 PAA23285; Fri, 21 Nov 1997 15:18:27 -0800 (PST) (envelope-from jraynard@FreeBSD.org) From: James Raynard Received: (from jraynard@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA07217; Fri, 21 Nov 1997 15:18:07 -0800 (PST) Date: Fri, 21 Nov 1997 15:18:07 -0800 (PST) Message-Id: <199711212318.PAA07217@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen sigsetops.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 1997/11/21 15:18:06 PST Modified files: lib/libc/gen sigsetops.c Log: Fix bit-twiddling in sigismember(3). Note this ONLY affects the function version - the macro version is always used unless for some reason you put #undef sigismember in your code before calling it. PR: 3615 Submitted by: Nanbor Wang (slightly amended patch) Revision Changes Path 1.5 +1 -1 src/lib/libc/gen/sigsetops.c