From owner-cvs-ports@FreeBSD.ORG Fri Jun 4 15:06:15 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E95A16A4CE; Fri, 4 Jun 2004 15:06:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214C843D1D; Fri, 4 Jun 2004 15:06:15 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i54M642G094416; Fri, 4 Jun 2004 15:06:04 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i54M63Bk094415; Fri, 4 Jun 2004 15:06:03 -0700 (PDT) (envelope-from marcus) Message-Id: <200406042206.i54M63Bk094415@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 4 Jun 2004 15:06:03 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/dctc/files lp_mutex.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 22:06:15 -0000 marcus 2004/06/04 15:06:03 PDT FreeBSD ports repository Modified files: net/dctc/files lp_mutex.c Log: Fix build on -CURRENT now that we no longer have default PTHREAD_CFLAGS. Basically, all modern, supported versions of FreeBSD are thread-safe, so just assume we have pthread.h. Reported by: bento via kris Revision Changes Path 1.2 +0 -3 ports/net/dctc/files/lp_mutex.c