On Thu, 30 Jun 2005, Kamesh Jayachandran wrote:

> Hi Derick,
> Our LibC implementation of mknod as of today allows creation of regular
> file, regular dir and fifo only. 
> It does not support Character and Block device creation. 
> The documentation of NetWare LibC mandates dev argument to mknod to be
> 0.(Which currently the case with php_dev=0).
> May be when makdev is implemented this code will automatically take care
> of the new functionality without any change in the code with just the
> change in new set of LibC headers.

Ok, I'll add a warning then if a Char or Block device is requested, 
but makedev is not available.

Derick
-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to