Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include Remove #if defined(_KERNEL) around a userlevel funct...



details:   https://anonhg.NetBSD.org/src/rev/4c328ad57757
branches:  trunk
changeset: 783917:4c328ad57757
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Jan 12 17:17:26 2013 +0000

description:
Remove #if defined(_KERNEL) around a userlevel function.

diffstat:

 include/unistd.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 272f00f00ecb -r 4c328ad57757 include/unistd.h
--- a/include/unistd.h  Sat Jan 12 16:56:11 2013 +0000
+++ b/include/unistd.h  Sat Jan 12 17:17:26 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unistd.h,v 1.137 2012/12/01 13:28:18 skrll Exp $       */
+/*     $NetBSD: unistd.h,v 1.138 2013/01/12 17:17:26 dholland Exp $    */
 
 /*-
  * Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
@@ -308,7 +308,7 @@
 int    symlinkat(const char *, int, const char *);
 int    unlinkat(int, const char *, int);
 #endif
-#if defined(_INCOMPLETE_XOPEN_C063) || defined(_KERNEL)
+#if defined(_INCOMPLETE_XOPEN_C063)
 int    fexecve(int, char * const *, char * const *);
 #endif
 



Home | Main Index | Thread Index | Old Index