From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7852 invoked by alias); 25 Jun 2004 14:36:19 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 7837 invoked from network); 25 Jun 2004 14:36:18 -0000 Received: from unknown (HELO npri54mai02.npt.nuwc.navy.mil) (164.223.1.101) by sourceware.org with SMTP; 25 Jun 2004 14:36:18 -0000 Received: from npri54exc24.npt.nuwc.navy.mil (NPRI54EXC24.NPT.NUWC.NAVY.MIL [129.190.70.87]) by npri54mai02.npt.nuwc.navy.mil (PMDF V6.2-X17 #30632) with ESMTP id <83BJ08POPALWFD01L0@npri54mai02.npt.nuwc.navy.mil> for pthreads-win32@sources.redhat.com; Fri, 25 Jun 2004 10:36:14 -0400 (Eastern Daylight Time) Received: from NPRI54EXC24.NPT.NUWC.NAVY.MIL ([129.190.70.87]) by npri54exc24.npt.nuwc.navy.mil with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id NA1M1XXL; Fri, 25 Jun 2004 10:36:12 -0400 Received: from 129.190.70.82 by npri54exc24.npt.nuwc.navy.mil (InterScan E-Mail VirusWall NT); Fri, 25 Jun 2004 10:36:12 -0400 Received: by NPRI54EXC11.NPT.NUWC.NAVY.MIL with Internet Mail Service (5.5.2657.72) id ; Fri, 25 Jun 2004 10:36:12 -0400 Date: Fri, 25 Jun 2004 14:36:00 -0000 From: Bard Jason A NPRI Subject: [PATCH] - define HAVE_STRUCT_TIMESPEC in pthread.h To: "'pthreads-win32@sources.redhat.com'" Message-id: <1F1D28572ECAD211BC490008C75D71F50181E01E@NPRI54EXC18.NPT.NUWC.NAVY.MIL> MIME-version: 1.0 Content-type: text/plain X-SW-Source: 2004/txt/msg00077.txt.bz2 Would like to add this to prevent redefinition errors if defined elsewhere in project. I am not a member of this list so I would appreciate being CC'd on any relavent emails. Also please let me know if you need the patch is some different format. Thanks! Jason Bard Naval Undersea Warfare Center Newport, RI 02840 401-832-3238 --- ../../pthreads/pthread.h 2003-09-12 09:18:06.000000000 -0400 +++ ./pthread.h 2004-06-25 10:14:23.265625000 -0400 @@ -268,6 +268,7 @@ #endif /* PTW32_LEVEL >= PTW32_LEVEL_MAX */ #ifndef HAVE_STRUCT_TIMESPEC +#define HAVE_STRUCT_TIMESPEC 1 struct timespec { long tv_sec; long tv_nsec;