/* * $FreeBSD$ */ #include #pragma weak vfork=_vfork int _vfork(void) { return (fork()); }