Remove building with NOCRYPTO option
[minix3.git] / lib / libc / compat / sys / Lint_Ovfork.c
blob33cd226ac3d3562ab340f9a39d2a7be6b36bb338
1 /* $NetBSD: Lint_Ovfork.c,v 1.1 2006/03/11 21:07:18 christos Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Chris Demetriou, November 5, 1997.
6 */
8 #if 0
9 #include <unistd.h>
10 #else
11 #include <sys/cdefs.h>
12 #include <sys/types.h>
13 pid_t vfork __P((void));
14 #endif
16 /*ARGSUSED*/
17 pid_t
18 vfork()
20 return (0);