On Fri, Feb 10, 2012 at 07:52:54AM -0500, Kurt H Maier wrote: > On Fri, Feb 10, 2012 at 10:12:35AM +0100, clamiax wrote: > > http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/yes/yes.c?rev=1.8.22.1&content-type=text/x-cvsweb-markup > > out of curiosity, can someone explaing the #ifndef/#if nightmare that is > occurring in this file? >
I understand what it's doing. I don't understand why they didn't rewrite simple utilities like this to avoid ugly bullshit just in the name of copyright notifications. I understand the BSD license of the time required this sort of notification, but why not either reimplement the utility or write the notification in a manner that doesn't require stupid tricks? Paul, do they still use the RCSid stuff? Just out of curiosity.