Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/locale Include string.h for memset() prototype.



details:   https://anonhg.NetBSD.org/src/rev/b4542a406208
branches:  trunk
changeset: 502892:b4542a406208
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jan 26 13:42:11 2001 +0000

description:
Include string.h for memset() prototype.

diffstat:

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

diffs (26 lines):

diff -r c8497e01ba7c -r b4542a406208 lib/libc/locale/runenone.c
--- a/lib/libc/locale/runenone.c        Fri Jan 26 13:30:38 2001 +0000
+++ b/lib/libc/locale/runenone.c        Fri Jan 26 13:42:11 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: runenone.c,v 1.6 2001/01/22 04:42:40 itojun Exp $      */
+/*     $NetBSD: runenone.c,v 1.7 2001/01/26 13:42:11 tsutsui Exp $     */
 
 /*-
  * Copyright (c) 1993
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)none.c     8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: runenone.c,v 1.6 2001/01/22 04:42:40 itojun Exp $");
+__RCSID("$NetBSD: runenone.c,v 1.7 2001/01/26 13:42:11 tsutsui Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -51,6 +51,7 @@
 #include "rune.h"
 #include <errno.h>
 #include <stdlib.h>
+#include <string.h>
 
 size_t _none_mbrtowc __P((struct _RuneLocale *, rune_t *, const char *, size_t,
        void *));



Home | Main Index | Thread Index | Old Index