[PATCH 1/7] bb_ioctl implementation

Tito farmatito at tiscali.it
Sun Jul 15 08:47:34 UTC 2007


On Sunday 15 July 2007 00:06:44 Denis Vlasenko wrote:
> On Tuesday 10 July 2007 22:57, Tito wrote:
> > Hi,
> > this series of 7 patches is a first attempt to add an ioctl api to libbb
> > and to use it in all applets where:
> > 
> > if ( ioctl() < 0 [!= 0])
> > 	bb_perror_msg{and_die}();
> > 
> > or similar code is used.
> 
> Reviewed and applied to svn with insignificant changes.
> 
> ioctl_or_die -> xioctl
> ioctl_or_vperrorXXX -> ioctl_or_perrorXXX
> 
> Patch is attached, anyone for additional quick eye scan through
> for stupid errors?
> 
> Thanks Tito!
> --
> vda
> 

Hi,
Looks even better than before!

Ciao,
Tito



More information about the busybox mailing list