svn commit: trunk/busybox/modutils

Bernhard Fischer rep.nop at aon.at
Mon Sep 11 16:06:41 UTC 2006


On Sat, Sep 09, 2006 at 05:25:20AM -0700, vda at busybox.net wrote:
>Author: vda
>Date: 2006-09-09 05:25:20 -0700 (Sat, 09 Sep 2006)
>New Revision: 16082
 
>-	fd = xopen3(filename, O_RDONLY, 0);
>+	fd = xopen(filename, O_RDONLY);

Was there a specific reason why you didn't cleanup the other occurances
(like i did now in r16101)?

Just curious.. :)

cheers,
Bernhard



More information about the busybox mailing list