From owner-cvs-lib Tue Feb 17 17:54:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA18647 for cvs-lib-outgoing; Tue, 17 Feb 1998 17:54:52 -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.8/8.8.8) with ESMTP id RAA18562; Tue, 17 Feb 1998 17:54:09 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04764; Tue, 17 Feb 1998 17:20:35 -0800 (PST) Date: Tue, 17 Feb 1998 17:20:35 -0800 (PST) Message-Id: <199802180120.RAA04764@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen ttyname.c src/lib/libc/stdtime localtime.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/02/17 17:20:34 PST Modified files: lib/libc/gen ttyname.c lib/libc/stdtime localtime.c Log: Submitted by: Jeremy Allison (jallison@whistle.com) fix a slight confusion about which draft of threads we are supporting. this allows something as big and ugly as samba to be compiled with libc_r and still work! our user-level pthreads seems amazingly robust! Revision Changes Path 1.8 +1 -3 src/lib/libc/gen/ttyname.c 1.16 +5 -3 src/lib/libc/stdtime/localtime.c