Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 11748 invoked by uid 6000); 8 Mar 1998 04:15:50 -0000 Received: (qmail 11742 invoked from network); 8 Mar 1998 04:15:49 -0000 Received: from twinlark.arctic.org (204.62.130.91) by taz.hyperreal.org with SMTP; 8 Mar 1998 04:15:49 -0000 Received: (qmail 28620 invoked by uid 500); 8 Mar 1998 04:19:27 -0000 Date: Sat, 7 Mar 1998 20:19:26 -0800 (PST) From: Dean Gaudet To: new-httpd@apache.org Subject: AIX bindprocessor thing Message-ID: X-Comment: Visit http://www.arctic.org/~dgaudet/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org The code reads: int status = bindprocessor(BINDPROCESS, (int)getpid(), PROCESSOR_CLASS_ANY); if (status != OK) { But OK is a httpd.h #define, and not a system define. I think this should probably be status != 0. Dean