[haiku-commits] Re: haiku: hrev52713 - src/libs/compat/freebsd_network

  • From: waddlesplash <waddlesplash@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 5 Jan 2019 14:49:57 -0500

On Sat, Jan 5, 2019, 2:41 PM Axel Dörfler <axeld@xxxxxxxxxxxxxxxx wrote:

Am 05/01/2019 um 00:09 schrieb waddlesplash:
-     size = (~size) + 1;
+     //size = (~size) + 1;
+     size = 1024 * 128; /* XXX */

Can we please consistently just use TODO, and not XXX or FIXME or
whatever else one can come up with? It makes grepping for these a lot
easier.


"XXX" is what the comment was before mmu_man's change, so I just copied
that line back.

Also, if you keep commented out stuff in for some reason, please add a
comment that explains why that is.


Sure, for longer term problems that makes sense. But the proper fix for
this one is now committed, already :)

-waddlesplash

Other related posts: