From owner-cvs-all Sun Sep 6 02:11:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24566 for cvs-all-outgoing; Sun, 6 Sep 1998 02:11:11 -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 CAA24560; Sun, 6 Sep 1998 02:11:07 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA05689; Sun, 6 Sep 1998 02:11:06 -0700 (PDT) Date: Sun, 6 Sep 1998 02:11:06 -0700 (PDT) Message-Id: <199809060911.CAA05689@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen sleep.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/09/06 02:11:06 PDT Modified files: lib/libc/gen sleep.c Log: Reviewed by: Andrey A. Chernov , Doug Rabson Rewrote sleep() to remove int/long typing assumptions between the argument to the function and the timespec structure. Revision Changes Path 1.24 +30 -18 src/lib/libc/gen/sleep.c