Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Remove parameter name from openat prototype.
details: https://anonhg.NetBSD.org/src/rev/28f046ce2b1b
branches: trunk
changeset: 790024:28f046ce2b1b
user: njoly <njoly%NetBSD.org@localhost>
date: Sun Sep 15 10:41:20 2013 +0000
description:
Remove parameter name from openat prototype.
diffstat:
sys/sys/fcntl.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9b4d839066ae -r 28f046ce2b1b sys/sys/fcntl.h
--- a/sys/sys/fcntl.h Sun Sep 15 09:41:55 2013 +0000
+++ b/sys/sys/fcntl.h Sun Sep 15 10:41:20 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fcntl.h,v 1.45 2013/01/13 08:15:03 dholland Exp $ */
+/* $NetBSD: fcntl.h,v 1.46 2013/09/15 10:41:20 njoly Exp $ */
/*-
* Copyright (c) 1983, 1990, 1993
@@ -317,7 +317,7 @@
*/
#if (_POSIX_C_SOURCE - 0) >= 200809L || (_XOPEN_SOURCE - 0 >= 700) || \
defined(_INCOMPLETE_XOPEN_C063) || defined(_NETBSD_SOURCE)
-int openat(int, const char *, int oflags, ...);
+int openat(int, const char *, int, ...);
#endif
__END_DECLS
#endif /* !_KERNEL */
Home |
Main Index |
Thread Index |
Old Index