Handle pipe creation in mknod() on FreeBSD.
authorBojan Petrovic <bojan_petrovic@fastmail.fm>
Sat, 21 May 2011 20:17:06 +0000 (04:17 +0800)
committerDerrik Pates <demon@now.ai>
Sat, 21 May 2011 21:18:50 +0000 (05:18 +0800)
commit07780efe79f1603293269d9e3bd204515e9cf50b
tree2016fa4c2afbe915e3311c5e2500b67b1a1e08e1
parent176ffc0689c521e302965597be47d1bd701d9180
Handle pipe creation in mknod() on FreeBSD.

Additional special case is introduced in mknod() callback for the test
loopback fs. Pipes on FreeBSD are created through POSIX::mkfifo,
although they could be created by "mkfifo" command or syscall.  In the
"test/mknod.t", initial named pipe is now created by executing "mkfifo".
examples/loopback_t.pl
test/mknod.t