Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libc/locale Pull up rev. 1.5:



details:   https://anonhg.NetBSD.org/src/rev/f90d6681fa06
branches:  netbsd-1-5
changeset: 488405:f90d6681fa06
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 03 22:39:41 2000 +0000

description:
Pull up rev. 1.5:
include <string.h> for mem*

diffstat:

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

diffs (17 lines):

diff -r 4e3c81254a13 -r f90d6681fa06 lib/libc/locale/ctypeio.c
--- a/lib/libc/locale/ctypeio.c Mon Jul 03 22:39:00 2000 +0000
+++ b/lib/libc/locale/ctypeio.c Mon Jul 03 22:39:41 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ctypeio.c,v 1.4 1999/09/20 04:39:08 lukem Exp $        */
+/*     $NetBSD: ctypeio.c,v 1.4.8.1 2000/07/03 22:39:41 thorpej Exp $  */
 
 /*
  * Copyright (c) 1997 Christos Zoulas.  All rights reserved.
@@ -34,6 +34,7 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #define _CTYPE_PRIVATE
 #include <ctype.h>
 #include "ctypeio.h"



Home | Main Index | Thread Index | Old Index