Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio fix signature.



details:   https://anonhg.NetBSD.org/src/rev/ce289a6312fe
branches:  trunk
changeset: 778077:ce289a6312fe
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 15 13:23:10 2012 +0000

description:
fix signature.

diffstat:

 lib/libc/stdio/local.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0dcf1258c1a3 -r ce289a6312fe lib/libc/stdio/local.h
--- a/lib/libc/stdio/local.h    Thu Mar 15 12:57:27 2012 +0000
+++ b/lib/libc/stdio/local.h    Thu Mar 15 13:23:10 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: local.h,v 1.32 2012/03/15 11:46:08 christos Exp $      */
+/*     $NetBSD: local.h,v 1.33 2012/03/15 13:23:10 christos Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -51,7 +51,7 @@
 extern void    __sfpinit(FILE *);
 extern int     __srefill(FILE *);
 extern int     __sread(void *, char *, int);
-extern int     __swrite(void *, char * const, int);
+extern int     __swrite(void *, char const *, int);
 extern off_t   __sseek(void *, off_t, int);
 extern int     __sclose(void *);
 extern void    __sinit(void);



Home | Main Index | Thread Index | Old Index