]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Slightly deobfuscate read_file() and likely pessimize the runtime
authorWarner Losh <imp@FreeBSD.org>
Mon, 3 Feb 2014 15:10:44 +0000 (15:10 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 3 Feb 2014 15:10:44 +0000 (15:10 +0000)
commitc79e3e3d8b9bc1597bd44abbe48deefe56be0fba
tree7b801740e496bc80e47d438e0e1e54b426e28d6d
parent1f88f8a384a90b0920dc126450f3cb2964296874
Slightly deobfuscate read_file() and likely pessimize the runtime
performance by epsilon.
(Translation: elminate bogus macros that hid 'returns' making it hard
 to read and moved a block of code inline rather than at the end of the
 fuction where it was effectively a 'gosub' kind of goto).
usr.sbin/config/mkmakefile.c