Subject: Re: CVS commit: src
To: matthew green <mrg@eterna.com.au>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 12/15/2007 21:33:21
matthew green <mrg@eterna.com.au> writes:
>    Module Name:	src
>    Committed By:	perry
>    Date:		Sat Dec 15 16:32:07 UTC 2007
>    
>    Modified Files:
>    	src/libexec/httpd: bozohttpd.c
>    
>    Log Message:
>    include sys/cdefs.h so that __attribute__ can be fixed later
>
> please revert this.  it does nothing useful and this file does not use
> <sys/cdefs.h> on purpose (to be portable.)

Ah, you have a reference to __attribute__ in the file, but it clearly
does nothing. (Why do you have it in there at all, since you don't use
it?)

Anyway, I'll revert.

Perry