Module Name:    src
Committed By:   manu
Date:           Tue Aug  9 04:19:18 UTC 2011

Modified Files:
        src/sys/sys: fcntl.h

Log Message:
improve comment about AT_* defines: they are not only used by linkat(2)


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/sys/fcntl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/fcntl.h
diff -u src/sys/sys/fcntl.h:1.40 src/sys/sys/fcntl.h:1.41
--- src/sys/sys/fcntl.h:1.40	Mon Aug  8 12:08:54 2011
+++ src/sys/sys/fcntl.h	Tue Aug  9 04:19:17 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: fcntl.h,v 1.40 2011/08/08 12:08:54 manu Exp $	*/
+/*	$NetBSD: fcntl.h,v 1.41 2011/08/09 04:19:17 manu Exp $	*/
 
 /*-
  * Copyright (c) 1983, 1990, 1993
@@ -281,7 +281,7 @@
 #define	POSIX_FADV_NOREUSE	5	/* be accessed once */
 
 /*
- * Constants for linkat(2)
+ * Constants for X/Open Extended API set 2 (a.k.a. C063)
  */
 #if defined(_INCOMPLETE_XOPEN_C063) || defined(_KERNEL)
 #define	AT_FDCWD		-100	/* Use cwd for relative link target */

Reply via email to