Source-Changes-HG archive

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

[src/netbsd-3]: src/lib/libc/stdio Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/e6a18dab9918
branches:  netbsd-3
changeset: 577786:e6a18dab9918
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jan 28 10:21:38 2006 +0000

description:
Pull up following revision(s) (requested by kleink in ticket #1140):
        lib/libc/stdio/fseek.c: revision 1.22
Must include "namespace.h" for fseeko()'s internal name.

diffstat:

 lib/libc/stdio/fseek.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 17d216aad60b -r e6a18dab9918 lib/libc/stdio/fseek.c
--- a/lib/libc/stdio/fseek.c    Sat Jan 28 10:19:16 2006 +0000
+++ b/lib/libc/stdio/fseek.c    Sat Jan 28 10:21:38 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fseek.c,v 1.21 2005/03/04 16:25:20 dsl Exp $   */
+/*     $NetBSD: fseek.c,v 1.21.2.1 2006/01/28 10:21:38 tron Exp $      */
 
 /*-
  * Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -34,12 +34,13 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fseek.c,v 1.21 2005/03/04 16:25:20 dsl Exp $");
+__RCSID("$NetBSD: fseek.c,v 1.21.2.1 2006/01/28 10:21:38 tron Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #include <sys/stat.h>
 
+#include "namespace.h"
 #include <assert.h>
 #include <errno.h>
 #include <fcntl.h>



Home | Main Index | Thread Index | Old Index