summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/open.2
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-07-09 21:29:40 +0000
committerjmc <jmc@openbsd.org>2003-07-09 21:29:40 +0000
commited75e879a635868b2209a2c16b465ef617866c41 (patch)
tree814d77ea6464b58910db7e610e4b863a592fb73c /lib/libc/sys/open.2
parentchanges to ld.so to be compatible with newer binutils, requires (diff)
downloadwireguard-openbsd-ed75e879a635868b2209a2c16b465ef617866c41.tar.xz
wireguard-openbsd-ed75e879a635868b2209a2c16b465ef617866c41.zip
open() is not ANSI;
pointed out by Pedro Bastos;
Diffstat (limited to 'lib/libc/sys/open.2')
-rw-r--r--lib/libc/sys/open.23
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index 37386cd2195..d6b10423c0d 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: open.2,v 1.30 2003/06/02 20:18:39 millert Exp $
+.\" $OpenBSD: open.2,v 1.31 2003/07/09 21:29:40 jmc Exp $
.\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -311,7 +311,6 @@ An attempt was made to open a socket (not currently implemented).
The
.Fn open
function conforms to
-.St -ansiC ,
.St -p1003.1-90
and
.St -xpg4.2 .