diff options
author | 2013-12-04 22:58:24 +0000 | |
---|---|---|
committer | 2013-12-04 22:58:24 +0000 | |
commit | 6c13836a7e8fce6a8ce3df6941d10decd95f2f38 (patch) | |
tree | 63b272f909cbe30b0098793a9f87ea001daa4f7e /lib/libc/stdio/stdio.3 | |
parent | When we receive a /32 IP address assignment, mimick ISC DHCP by adding (diff) | |
download | wireguard-openbsd-6c13836a7e8fce6a8ce3df6941d10decd95f2f38.tar.xz wireguard-openbsd-6c13836a7e8fce6a8ce3df6941d10decd95f2f38.zip |
express final disapproval of the interfaces in libcompat, such as
them ftime(), gtty(), stty(), re_comp(), cuserid() and others.
Discussion and ongoing work to fix the ports tree from many, especially
naddy.
ok naddy
[There is a bit more cleanup possible after that, but this is considered
the current safe step]
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 3ad8718c221..9df600c476e 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.28 2013/06/29 09:08:41 jmc Exp $ +.\" $OpenBSD: stdio.3,v 1.29 2013/12/04 22:58:24 deraadt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 29 2013 $ +.Dd $Mdocdate: December 4 2013 $ .Dt STDIO 3 .Os .Sh NAME @@ -171,7 +171,6 @@ without first removing their current definitions with .Dv EOF , .Dv FILENAME_MAX , .Dv FOPEN_MAX , -.Dv L_cuserid , .Dv L_ctermid , .Dv L_tmpnam , .Dv NULL , |