Re: [PATCH]Package extention recognition (revision 1)

2002-01-25 Thread Robert Collins
On Fri, 2002-01-25 at 13:58, Michael A Chase wrote: - Original Message - From: Christopher Faylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 24, 2002 17:51 Subject: Re: [PATCH]Package extention recognition On Thu, Jan 24, 2002 at 05:48:35PM -0800, Michael A

Re: [PATCH]Package extention recognition (revision 1)

2002-01-25 Thread Robert Collins
On Fri, 2002-01-25 at 20:44, Michael A Chase wrote: - Original Message - .bz2 only 'protects' WinZip users until WinZip starts handling bzip2 files. That may never happen, but .cwp (or .rpm or .deb) isn't vulnerable to WinZip improvements. .cwp is hardly protection, it's just as, or

Re: [PATCH]Package extention recognition (revision 1)

2002-01-25 Thread Michael A Chase
- Original Message - From: Robert Collins [EMAIL PROTECTED] To: Michael A Chase [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 25, 2002 02:04 Subject: Re: [PATCH]Package extention recognition (revision 1) On Fri, 2002-01-25 at 20:44, Michael A Chase wrote: -

Patch to fail with error message when pthread_t not defined

2002-01-25 Thread Thomas Fitzsimmons
On Fri, 2002-01-25 at 17:53, Robert Collins wrote: Hmm, I wonder if #ifndef pthread_t #error pthread_t hasn't be specified for this platform, do you have the kernel includes available? #endif will catch a missing typedef correctly? Assuming it won't, the correct define to check for in

Re: Patch to fail with error message when pthread_t not defined

2002-01-25 Thread Robert Collins
Looks good to me. Rob === - Original Message - From: Thomas Fitzsimmons [EMAIL PROTECTED] To: Robert Collins [EMAIL PROTECTED] Cc: J. Johnston [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, January 26, 2002 12:53 PM Subject: Patch to fail with error message when