diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-04-12 12:33:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-04-12 12:33:05 +0000 |
commit | 71f0551d48ea42d77fd272da8e5582257066bc91 (patch) | |
tree | 067a66c69ec9a4b07b3447636a9a0b64f5a58630 /include | |
parent | bbb2cf89e5c1287c0d503dd8bc14ea689e7883de (diff) |
remove rfork(); ok guenther miod
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index 938a780b16a..a3c6f511988 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.69 2012/04/12 11:19:34 deraadt Exp $ */ +/* $OpenBSD: unistd.h,v 1.70 2012/04/12 12:33:03 deraadt Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -249,7 +249,6 @@ char *re_comp(const char *); int re_exec(const char *); int reboot(int); int revoke(const char *); -int rfork(int opts); int rresvport(int *); int rresvport_af(int *, int); int ruserok(const char *, int, const char *, const char *); |