From owner-cvs-include Sun Jan 21 16:25:00 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA19994 for cvs-include-outgoing; Sun, 21 Jan 1996 16:25:00 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA19987 Sun, 21 Jan 1996 16:24:59 -0800 (PST) Date: Sun, 21 Jan 1996 16:24:59 -0800 (PST) From: Julian Elischer Message-Id: <199601220024.QAA19987@freefall.freebsd.org> To: CVS-committers, cvs-include Subject: cvs commit: src/include pthread.h timers.h Sender: owner-cvs-include@FreeBSD.ORG Precedence: bulk julian 96/01/21 16:24:57 Added: include pthread.h timers.h Log: Submitted by: john birrel Obtained from: uthread package thrreads definitions From owner-cvs-include Sun Jan 21 16:29:10 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA20498 for cvs-include-outgoing; Sun, 21 Jan 1996 16:29:10 -0800 (PST) Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA20400 Sun, 21 Jan 1996 16:28:37 -0800 (PST) Message-Id: <199601220028.QAA20400@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com [127.0.0.1] didn't use HELO protocol To: julian cc: CVS-committers, cvs-include Subject: Re: cvs commit: src/include pthread.h timers.h In-reply-to: Your message of "Sun, 21 Jan 1996 16:24:59 PST." <199601220024.QAA19987@freefall.freebsd.org> Date: Sun, 21 Jan 1996 16:28:36 -0800 From: "Justin T. Gibbs" Sender: owner-cvs-include@FreeBSD.ORG Precedence: bulk >julian 96/01/21 16:24:57 > > Added: include pthread.h timers.h > Log: > Submitted by: john birrel > > Obtained from: uthread package > > thrreads definitions Did you ever think to use "cvs import"? -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-include Tue Jan 23 07:56:49 1996 Return-Path: owner-cvs-include Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA28680 for cvs-include-outgoing; Tue, 23 Jan 1996 07:56:49 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA28672 Tue, 23 Jan 1996 07:56:47 -0800 (PST) Date: Tue, 23 Jan 1996 07:56:47 -0800 (PST) From: Mike Pritchard Message-Id: <199601231556.HAA28672@freefall.freebsd.org> To: CVS-committers, cvs-include Subject: cvs commit: src/include Makefile Sender: owner-cvs-include@FreeBSD.ORG Precedence: bulk mpp 96/01/23 07:56:45 Modified: include Makefile Log: Add a missing "chmod 755 /usr/include/ufs" when copies of the include files are installed instead of symlinks. Revision Changes Path 1.33 +2 -1 src/include/Makefile