[haiku-commits] Re: r35009 - in haiku/branches/developer/colin/wireless: headers/posix/sys src/add-ons/kernel/network/devices/ieee80211 src/add-ons/kernel/network/devices/ieee80211/stack

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 11 Jan 2010 17:52:50 +0100

On 2010-01-11 at 16:06:17 [+0100], coling@xxxxxx wrote:
> Author: colin
> Date: 2010-01-11 16:06:17 +0100 (Mon, 11 Jan 2010)
> New Revision: 35009
> Changeset: http://dev.haiku-os.org/changeset/35009/haiku
> 
> Modified:
>    haiku/branches/developer/colin/wireless/headers/posix/sys/sockio.h
>    haiku/branches/developer/colin/wireless/src/add-ons/kernel/network/device
>    s/ieee80211/ieee80211.h
>    haiku/branches/developer/colin/wireless/src/add-ons/kernel/network/device
>    s/ieee80211/ieee80211_control.h
>    haiku/branches/developer/colin/wireless/src/add-ons/kernel/network/device
>    s/ieee80211/stack/Device.h
>    haiku/branches/developer/colin/wireless/src/add-ons/kernel/network/device
>    s/ieee80211/stack/Management.h
> Log:
> * Reverting Coding style cleanups regarding comments in headers. Totally 
> forgot
>   about plain C programs. Thx Stephan for the headups.
> * Note to myself: // comments were introduced after gcc 2.95.3!

Actually they worked with even earlier gcc versions. The problem is that they 
are an extension to the C89 standard and thus trip programs compiled with
-pedantic.

CU, Ingo

Other related posts: