#include int __xmknod(int ver, const char *path, mode_t mode, dev_t *dev) { return mknod (path, mode, dev); }