CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2014/10/22 15:43:16
Modified files: sys/kern : vfs_syscalls.c Log message: Extend domknodat() to support S_IFIFO directly and remove domkfifoat(). Both sys_mkfifo(2) and sys_mkfifoat(2) could be replace by libc wrappers using mknodat(2) at a later date if we desire. OK guenther@