]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Stdio/findfp.c
StdLib: Add isDirSep character classification macro and function. Implement several...
[mirror_edk2.git] / StdLib / LibC / Stdio / findfp.c
index b6495c3bcb9037f01b58fdcad799a4ca74e8a50f..bc8bfe3d29a41b722c839b96d1a443537d18e36a 100644 (file)
@@ -1,6 +1,14 @@
-/*  $NetBSD: findfp.c,v 1.23 2006/10/07 21:40:46 thorpej Exp $  */\r
+/** @file\r
+\r
+  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials are licensed and made available under\r
+  the terms and conditions of the BSD License that accompanies this distribution.\r
+  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-/*-\r
  * Copyright (c) 1990, 1993\r
  *  The Regents of the University of California.  All rights reserved.\r
  *\r
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\r
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\r
  * SUCH DAMAGE.\r
- */\r
+\r
+    NetBSD: findfp.c,v 1.23 2006/10/07 21:40:46 thorpej Exp\r
+    findfp.c  8.2 (Berkeley) 1/4/94\r
+**/\r
 #include  <LibConfig.h>\r
 #include  <sys/EfiCdefs.h>\r
-#if defined(LIBC_SCCS) && !defined(lint)\r
-#if 0\r
-static char sccsid[] = "@(#)findfp.c  8.2 (Berkeley) 1/4/94";\r
-#else\r
-__RCSID("$NetBSD: findfp.c,v 1.23 2006/10/07 21:40:46 thorpej Exp $");\r
-#endif\r
-#endif /* LIBC_SCCS and not lint */\r
 \r
 #include  "namespace.h"\r
 #include  <sys/param.h>\r
-#include  <sys/EfiSysCall.h>\r
 #include  <stdio.h>\r
 #include  <errno.h>\r
 #include  <stdlib.h>\r
 #include  <string.h>\r
+#include  <unistd.h>\r
 #include  "reentrant.h"\r
 #include  "local.h"\r
 #include  "glue.h"\r