From owner-cvs-lib Thu Sep 19 23:34:28 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA29691 for cvs-lib-outgoing; Thu, 19 Sep 1996 23:34:28 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA29519; Thu, 19 Sep 1996 23:34:00 -0700 (PDT) Date: Thu, 19 Sep 1996 23:34:00 -0700 (PDT) From: Nate Williams Message-Id: <199609200634.XAA29519@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c uthread_kern.c uthread_nanosleep.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/09/19 23:33:59 Modified: lib/libc_r/uthread uthread_cond.c uthread_kern.c uthread_nanosleep.c Log: Remove now un-necessary FreeBSD specific code since our timespec structure now has the correct member names. Pointed out by: Peter Wemm Revision Changes Path 1.3 +0 -5 src/lib/libc_r/uthread/uthread_cond.c 1.3 +0 -112 src/lib/libc_r/uthread/uthread_kern.c 1.3 +0 -59 src/lib/libc_r/uthread/uthread_nanosleep.c