From owner-cvs-lib Sun Sep 14 22:26:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA00519 for cvs-lib-outgoing; Sun, 14 Sep 1997 22:26:51 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA00462; Sun, 14 Sep 1997 22:26:12 -0700 (PDT) Received: from word.smith.net.au (lot.atrad.adelaide.edu.au [203.20.121.21]) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) with ESMTP id OAA21809; Mon, 15 Sep 1997 14:55:54 +0930 (CST) Received: from word.smith.net.au (localhost.atrad.adelaide.edu.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id OAA00323; Mon, 15 Sep 1997 14:51:46 +0930 (CST) Message-Id: <199709150521.OAA00323@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Paul Traina cc: Wolfram Schneider , Vincent Poy , cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen getpwent.c In-reply-to: Your message of "Sun, 14 Sep 1997 17:38:06 MST." <199709150038.RAA13043@precipice.shockwave.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 15 Sep 1997 14:51:44 +0930 From: Mike Smith Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > It seems to me that we want the ability to have libc work with older > kernels? If so, something along the lines of what peter did with poll() > in the resolver code would be correct, yes? What Peter did with poll() doesn't work. (Yes, it bit me. Hence being late getting to my mail today). A kernel from a couple of days ago, and userland built last night results in instant resolver failure. mike