Module Name: src
Committed By: wiz
Date: Mon Sep 6 19:48:38 UTC 2010
Modified Files:
src/lib/libc/sys: open.2
Log Message:
O_NOFOLLOW is not a non-standard extension any longer (2, 6 years? who counts).
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/lib/libc/sys/open.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/open.2
diff -u src/lib/libc/sys/open.2:1.44 src/lib/libc/sys/open.2:1.45
--- src/lib/libc/sys/open.2:1.44 Mon Sep 6 15:22:09 2010
+++ src/lib/libc/sys/open.2 Mon Sep 6 19:48:38 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: open.2,v 1.44 2010/09/06 15:22:09 wiz Exp $
+.\" $NetBSD: open.2,v 1.45 2010/09/06 19:48:38 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -361,10 +361,9 @@
.St -p1003.1b-93 .
.Pp
The
-.Dv O_SHLOCK ,
-.Dv O_EXLOCK ,
+.Dv O_SHLOCK
and
-.Dv O_NOFOLLOW
+.Dv O_EXLOCK
flags are non-standard extensions and should not be used if portability
is of concern.
.Sh HISTORY